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

Unified Diff: test/mjsunit/regress/regress-353551.js

Issue 2122183002: [Interpreter] Collect type feedback for calls in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed testConstructCount to not use CallICNexus. Created 4 years, 5 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: test/mjsunit/regress/regress-353551.js
diff --git a/test/mjsunit/regress/regress-353551.js b/test/mjsunit/regress/regress-353551.js
index c6e7856d3419e703031c06cba932ba342fefe77a..823f2e85357bebde6e12d58fe831d99eead7eabf 100644
--- a/test/mjsunit/regress/regress-353551.js
+++ b/test/mjsunit/regress/regress-353551.js
@@ -30,7 +30,7 @@ function __f_3(x) {
var __v_1 = arguments;
__v_1[1000] = 123;
depth++;
- if (depth > 3000) return;
+ if (depth > 2700) return;
function __f_4() {
++__v_1[0];
__f_3(0.5);

Powered by Google App Engine
This is Rietveld 408576698