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

Unified Diff: src/compiler/linkage.cc

Issue 988333003: [turbofan] Only reduce inline %DeoptimizeNow. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Adapt linkage. Created 5 years, 9 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
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | test/mjsunit/compiler/eager-deopt-simple.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index b4c479170e2e72e0189d9da7523ede5067fb9055..13283b44ef8391dc39aad69823e95a9033a50aca 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -129,6 +129,7 @@ bool Linkage::NeedsFrameState(Runtime::FunctionId function) {
case Runtime::kInlineArguments:
case Runtime::kInlineCallFunction:
case Runtime::kInlineDateField:
+ case Runtime::kInlineDeoptimizeNow:
case Runtime::kInlineGetPrototype:
case Runtime::kInlineRegExpExec:
return true;
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | test/mjsunit/compiler/eager-deopt-simple.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698