LGTM.

On Tue, Mar 29, 2011 at 3:11 PM,  <ri...@chromium.org> wrote:
> Reviewers: Kasper Lund,
>
> Description:
> Decrease number of runs in mjsunit/compiler/pic.js (Test still gets
> optimized,
> even without --stress-opt)
>
> Please review this at http://codereview.chromium.org/6731049/
>
> SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
>
> Affected files:
>  M     test/mjsunit/compiler/pic.js
>
>
> Index: test/mjsunit/compiler/pic.js
> ===================================================================
> --- test/mjsunit/compiler/pic.js        (revision 7387)
> +++ test/mjsunit/compiler/pic.js        (working copy)
> @@ -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