LGTM
http://codereview.chromium.org/155286/diff/1/5 File src/x64/codegen-x64.cc (right): http://codereview.chromium.org/155286/diff/1/5#newcode359 Line 359: for (int i = 0; i < 6; ++i) { What is the "6" magic constant? Can it be computed from the kX64JSReturnSequenceLength? (e.g., minus length of some opcode). http://codereview.chromium.org/155286 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
