Reviewers: fschneider, Description: Tighten the code for MacroAssembler::ThrowUncatchable.
Test at the bottom in the unwind loop. Eliminate the possibility of a useless move to the eax/rax/r0 register (currently impossible because this function has two call sites). Do not explicitly zero the context because we've already saved 0 as the context in the handler. [email protected] BUG= TEST= Please review this at http://codereview.chromium.org/8493008/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/arm/macro-assembler-arm.cc M src/ia32/macro-assembler-ia32.cc M src/x64/macro-assembler-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
