Reviewers: Søren Gjesse,

Message:
This test now takes 10 seconds on x64 with the slowest settings, <30 seconds on
the slowest arm simulator settings.  It hits all the optimizations and
deoptimizations needed on ia32 and arm, for testing.

Description:
Speed up a regression test regress-3249650.js so it does not timeout.

Please review this at http://codereview.chromium.org/6175001/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     test/mjsunit/compiler/regress-3249650.js


Index: test/mjsunit/compiler/regress-3249650.js
===================================================================
--- test/mjsunit/compiler/regress-3249650.js    (revision 6219)
+++ test/mjsunit/compiler/regress-3249650.js    (working copy)
@@ -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