LGTM with a question.
https://chromiumcodereview.appspot.com/10938016/diff/1/test/mjsunit/regress/regress-crbug-150545.js File test/mjsunit/regress/regress-crbug-150545.js (right): https://chromiumcodereview.appspot.com/10938016/diff/1/test/mjsunit/regress/regress-crbug-150545.js#newcode46 test/mjsunit/regress/regress-crbug-150545.js:46: while (--iterations > 0); why not this: while (%GetOptimizationStatus(outer) == 2); That would loop exactly until the function gets optimized, and you wouldn't need the fixed iteration count. https://chromiumcodereview.appspot.com/10938016/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
