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:
parent
d9c202752e
commit
f89d4f39e6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user