LGTM
http://codereview.chromium.org/39126/diff/1/2 File test/mjsunit/regress/regress-253.js (right): http://codereview.chromium.org/39126/diff/1/2#newcode31 Line 31: assertEquals(2, x[0] = 2); This test case does not hit your optimization pattern, so it is not really a regression test. Just remove the return value assertions? http://codereview.chromium.org/39126 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
