lgtm
https://chromiumcodereview.appspot.com/9431030/diff/4001/test/mjsunit/compiler/optimized-for-in.js File test/mjsunit/compiler/optimized-for-in.js (right): https://chromiumcodereview.appspot.com/9431030/diff/4001/test/mjsunit/compiler/optimized-for-in.js#newcode295 test/mjsunit/compiler/optimized-for-in.js:295: assertEquals("101234567", osr_outer_and_deopt([1,2,3,4,5,6,7,8], "5")); You could check the optimization status with %GetOptimizationStatus to assert that the OSR succeeded. https://chromiumcodereview.appspot.com/9431030/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
