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

Issue 9373022: Streamline throwing in the C entry stub. (Closed)

Created:
8 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Streamline throwing in the C entry stub. Remove a gratuitous level of indirection in favor of direct calls to the macro assembler, and eliminate some duplicated code for the uncatchable case. R=fschneider@chromium.org BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10671

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -148 lines) Patch
M src/arm/code-stubs-arm.cc View 3 chunks +19 lines, -16 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +2 lines, -18 lines 0 comments Download
M src/code-stubs.h View 2 chunks +1 line, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +15 lines, -15 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +2 lines, -15 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 3 chunks +19 lines, -16 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +2 lines, -18 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 4 chunks +16 lines, -16 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +2 lines, -16 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Chromium)
8 years, 10 months ago (2012-02-09 10:17:21 UTC) #1
Kevin Millikin (Chromium)
Slava, could you take a quick look at this?
8 years, 10 months ago (2012-02-10 08:16:46 UTC) #2
fschneider
8 years, 10 months ago (2012-02-10 08:38:34 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698