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); On 2009/07/01 11:11:14, Lasse Reichstein wrote: > Is it more efficient to use r3 instead of Operand(Smi::FromInt(0))? (We should > know that r3 is zero at this point). I'm fairly certain it makes no difference, so I think I'll stick with the less sneaky version. http://codereview.chromium.org/151144 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
