Addressed comments. Landing.
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); On 2012/09/19 07:51:12, Jakob wrote:
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.
Done. https://chromiumcodereview.appspot.com/10938016/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
