LGTM
http://codereview.chromium.org/151144/diff/1/2 File src/arm/codegen-arm.cc (right): http://codereview.chromium.org/151144/diff/1/2#newcode5340 Line 5340: __ mov(r0, Operand(Smi::FromInt(0)), LeaveCC, pl); Is it more efficient to use r3 instead of Operand(Smi::FromInt(0))? (We should know that r3 is zero at this point). http://codereview.chromium.org/151144 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
