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

Issue 7134037: MIPS: port Stop using with explicitly to implement try/catch. (Closed)

Created:
9 years, 6 months ago by Paul Lind
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: port Stop using with explicitly to implement try/catch. Port r8224 (bdec5d6) Original commit message: The AST for TryCatch gives us enough structure that we do not need to expand it to explicitly include a with. Try/catch is still handled the same as before at runtime. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8226

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M src/mips/macro-assembler-mips.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Lind
9 years, 6 months ago (2011-06-09 06:31:28 UTC) #1
Søren Thygesen Gjesse
9 years, 6 months ago (2011-06-09 06:59:26 UTC) #2
LGTM

I will commit it.

Powered by Google App Engine
This is Rietveld 408576698