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

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

Issue 2528913002: [compiler] Make --debug-code the default in debug builds. (Closed)
Patch Set: Adapt more. Created 4 years 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/flag-definitions.h ('k') | test/webkit/fast/js/deep-recursion-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-353551.js
diff --git a/test/mjsunit/regress/regress-353551.js b/test/mjsunit/regress/regress-353551.js
index 8897448e9c9ba28910f1d3852e6ba8a186a2aebd..973067b250ed7be0d401aa25d26fcdc960d9fbb1 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 > 2400) return;
+ if (depth > 2200) return;
function __f_4() {
++__v_1[0];
__f_3(0.5);
« no previous file with comments | « src/flag-definitions.h ('k') | test/webkit/fast/js/deep-recursion-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698