http://codereview.chromium.org/155083/diff/1/4 File src/x64/codegen-x64.cc (right):
http://codereview.chromium.org/155083/diff/1/4#newcode5630 Line 5630: __ movq(kScratchRegister, rax); But we do have setcc. IIRC, it sets the low byte of the register to 1 if the condition is true, and to 0 otherwise. Since the register is already zeroed, it should be sufficient. http://codereview.chromium.org/155083 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
