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

Unified Diff: test/mjsunit/compiler/eager-deopt-simple.js

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/linkage.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/eager-deopt-simple.js
diff --git a/test/mjsunit/compiler/eager-deopt-simple.js b/test/mjsunit/compiler/eager-deopt-simple.js
index 72ca317a50a7cb8656f61ac3b2479ae32300afbb..067400cfc629bdd28b58540f45bcc9dc1c36ecbb 100644
--- a/test/mjsunit/compiler/eager-deopt-simple.js
+++ b/test/mjsunit/compiler/eager-deopt-simple.js
@@ -9,7 +9,7 @@ function g(a, b, c) {
}
function f() {
- return g(1, (%DeoptimizeNow(), 2), 3);
+ return g(1, (%_DeoptimizeNow(), 2), 3);
}
f();
« no previous file with comments | « src/compiler/linkage.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698