Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 8557003: MIPS: Add a level of indirection to exception handler addresses. (Closed)

Created:
9 years, 1 month ago by kisg
Modified:
9 years, 1 month ago
CC:
v8-dev
Visibility:
Public.

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= Committed: http://code.google.com/p/v8/source/detail?r=10039

Patch Set 1 #

Patch Set 2 : Rebased on r10024 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -120 lines) Patch
M src/mips/code-stubs-mips.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 4 chunks +14 lines, -12 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +6 lines, -6 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +7 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 5 chunks +80 lines, -97 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kisg
9 years, 1 month ago (2011-11-13 21:13:18 UTC) #1
kisg
Rebased on current (r10024) revision. This commit is required for the MIPS architecture to build.
9 years, 1 month ago (2011-11-17 21:13:26 UTC) #2
Kevin Millikin (Chromium)
9 years, 1 month ago (2011-11-21 14:03:54 UTC) #3
Thanks for the patch.  Looks good to me, I will land it.

Powered by Google App Engine
This is Rietveld 408576698