Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: src/compiler/linkage.cc

Issue 568783002: Remove deoptimization by patching the call stack. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index f670bd1c7a90627d0b4043b542534cdcd68de039..e459b1ed4295af2639255031ebf38ae0608b8477 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -117,9 +117,11 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) {
// few chosen runtime functions.
switch (function) {
case Runtime::kDebugBreak:
+ case Runtime::kDebugGetLoadedScripts:
case Runtime::kDeoptimizeFunction:
+ case Runtime::kInlineCallFunction:
+ case Runtime::kPrepareStep:
case Runtime::kSetScriptBreakPoint:
- case Runtime::kDebugGetLoadedScripts:
case Runtime::kStackGuard:
return true;
default:

Powered by Google App Engine
This is Rietveld 408576698