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

Unified Diff: test/mjsunit/compiler/regress-3249650.js

Issue 6113004: Version 3.0.7 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 9 years, 11 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 | « test/cctest/test-regexp.cc ('k') | test/mjsunit/debug-listbreakpoints.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/regress-3249650.js
diff --git a/test/mjsunit/compiler/regress-3249650.js b/test/mjsunit/compiler/regress-3249650.js
index 1f06090ec52e697dae0b65772b806373b18c3fa7..289e061c772a3321598536c4b38f5bfee832b0ab 100644
--- a/test/mjsunit/compiler/regress-3249650.js
+++ b/test/mjsunit/compiler/regress-3249650.js
@@ -50,4 +50,4 @@ function test(x) {
}
var x = {a: {b: "" }};
-for (var i = 0; i < 1000000; i++) test(x);
+for (var i = 0; i < 20000; i++) test(x);
« no previous file with comments | « test/cctest/test-regexp.cc ('k') | test/mjsunit/debug-listbreakpoints.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698