LGTM

http://codereview.chromium.org/444001/diff/8/1013
File src/arm/fast-codegen-arm.cc (right):

http://codereview.chromium.org/444001/diff/8/1013#newcode579
src/arm/fast-codegen-arm.cc:579: //  stack and in eax.
eax -> r0

http://codereview.chromium.org/444001/diff/8/1013#newcode580
src/arm/fast-codegen-arm.cc:580: // If result_saved == false: The result
not on the stack, just in eax.
ditto.

http://codereview.chromium.org/444001/diff/8/1012
File src/x64/fast-codegen-x64.cc (right):

http://codereview.chromium.org/444001/diff/8/1012#newcode584
src/x64/fast-codegen-x64.cc:584: //  stack and in eax.
eax->rax

http://codereview.chromium.org/444001/diff/8/1012#newcode585
src/x64/fast-codegen-x64.cc:585: // If result_saved == false: The result
not on the stack, just in eax.
ditto.

http://codereview.chromium.org/444001/diff/8/1012#newcode610
src/x64/fast-codegen-x64.cc:610: __ movq(rax, Operand(rsp, 0));  //
Restore result back into eax.
eax->rax.

http://codereview.chromium.org/444001

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to