LGTM. I will land it.
http://codereview.chromium.org/7648026/diff/1/src/mips/macro-assembler-mips.cc File src/mips/macro-assembler-mips.cc (right): http://codereview.chromium.org/7648026/diff/1/src/mips/macro-assembler-mips.cc#newcode2281 src/mips/macro-assembler-mips.cc:2281: li(t0, Operand(StackHandler::ENTRY)); StackHandler::ENTRY is zero. If you wanted to rely on that (with a static assert), you could avoid the load here. http://codereview.chromium.org/7648026/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
