Addressed comments.
http://codereview.chromium.org/7003087/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): http://codereview.chromium.org/7003087/diff/1/src/hydrogen.cc#newcode1452 src/hydrogen.cc:1452: if (!AllowCodeMotion()) return false; On 2011/06/09 15:18:00, Kevin Millikin wrote:
return AllowCodeMotion() && !instr->block()->IsDeoptimizing();
Done. http://codereview.chromium.org/7003087/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
