Reviewers: Kevin Millikin, danno, Paul Lind, Description: MIPS: Add a level of indirection to exception handler addresses.
Port r9977 (9aded78be4). Note: This is the port of the reapplied patch, not the original. Original commit message: To support deoptimization of exception handlers, the handler address in the stack is converted to a pair of code object and an index into a separate table of code offsets. The index part is invariant under deoptimization. The index is packed into the handler state field so that handler size does not change. BUG= TEST= Please review this at http://codereview.chromium.org/8557003/ Affected files: M src/mips/code-stubs-mips.h M src/mips/code-stubs-mips.cc M src/mips/frames-mips.h M src/mips/full-codegen-mips.cc M src/mips/macro-assembler-mips.h M src/mips/macro-assembler-mips.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
