Revision: 6228
Author: whe...@chromium.org
Date: Fri Jan  7 05:52:36 2011
Log: Speed up a regression test regress-3249650.js so it does not timeout.
Review URL: http://codereview.chromium.org/6175001
http://code.google.com/p/v8/source/detail?r=6228

Modified:
 /branches/bleeding_edge/test/mjsunit/compiler/regress-3249650.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/compiler/regress-3249650.js Tue Dec 7 03:31:57 2010 +++ /branches/bleeding_edge/test/mjsunit/compiler/regress-3249650.js Fri Jan 7 05:52:36 2011
@@ -50,4 +50,4 @@
 }

 var x = {a: {b: "" }};
-for (var i = 0; i < 1000000; i++) test(x);
+for (var i = 0; i < 20000; i++) test(x);

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to