Revision: 7414
Author:   ri...@chromium.org
Date:     Tue Mar 29 06:20:05 2011
Log: Decrease number of runs in mjsunit/compiler/pic.js (Test still gets optimized, even without --stress-opt)
Review URL: http://codereview.chromium.org/6731049
http://code.google.com/p/v8/source/detail?r=7414

Modified:
 /branches/bleeding_edge/test/mjsunit/compiler/pic.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/compiler/pic.js Fri Mar 18 12:41:05 2011 +++ /branches/bleeding_edge/test/mjsunit/compiler/pic.js Tue Mar 29 06:20:05 2011
@@ -53,7 +53,7 @@

 // Run the test until we're fairly sure we've optimized the
 // polymorphic property access.
-for (var i = 0; i < 1000000; i++) {
+for (var i = 0; i < 100000; i++) {
   Test(o1);
   Test(o2);
   Test(o3);

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

Reply via email to