mjsunit/regress/regress-3247124 takes a long time to run, and the original regression is hit

with two orders of magnitude less iterations.

Review URL: http://codereview.chromium.org/5822001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6001 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ricow@chromium.org 2010-12-14 08:29:33 +00:00
parent d9c202752e
commit f89d4f39e6

View File

@ -50,4 +50,4 @@ function bar(x) {
return r.toLowerCase();
}
for (var i = 0; i < 10000; i++) bar(foo);
for (var i = 0; i < 100; i++) bar(foo);