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

Issue 943503003: Emit exception handler table in TurboFan. (Closed)

Created:
5 years, 10 months ago by Michael Starzinger
Modified:
5 years, 10 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_trycatch-4
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Emit exception handler table in TurboFan. R=bmeurer@chromium.org Committed: https://crrev.com/88c4f52cb27474989a646d6c9433bbab3e55f8ae Cr-Commit-Position: refs/heads/master@{#26783}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments by Benedikt Meurer. #

Patch Set 3 : Port to all architectures. #

Patch Set 4 : Fix Win64 compilation failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -42 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/arm64/code-generator-arm64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/arm64/instruction-selector-arm64.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/code-generator.h View 1 2 4 chunks +12 lines, -3 lines 0 comments Download
M src/compiler/code-generator.cc View 1 2 3 4 chunks +23 lines, -5 lines 0 comments Download
M src/compiler/ia32/code-generator-ia32.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/instruction-selector.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/instruction-selector.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/compiler/linkage.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/mips/code-generator-mips.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/mips64/code-generator-mips64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/ppc/code-generator-ppc.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/ppc/instruction-selector-ppc.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/compiler/x64/code-generator-x64.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
Michael Starzinger
First round of comments before I do the ports would be awesome. Thanks!
5 years, 10 months ago (2015-02-19 17:36:54 UTC) #1
Benedikt Meurer
General direction is good. One question that bugs me: Why don't we embed the handler ...
5 years, 10 months ago (2015-02-19 18:31:19 UTC) #2
Michael Starzinger
On 2015/02/19 18:31:19, Benedikt Meurer wrote: > General direction is good. > > One question ...
5 years, 10 months ago (2015-02-19 18:50:04 UTC) #3
Benedikt Meurer
On 2015/02/19 18:50:04, Michael Starzinger wrote: > On 2015/02/19 18:31:19, Benedikt Meurer wrote: > > ...
5 years, 10 months ago (2015-02-19 18:51:37 UTC) #4
Michael Starzinger
Comments addressed. Will do ports next. https://codereview.chromium.org/943503003/diff/1/src/compiler/code-generator.cc File src/compiler/code-generator.cc (right): https://codereview.chromium.org/943503003/diff/1/src/compiler/code-generator.cc#newcode136 src/compiler/code-generator.cc:136: if (handlers_.size() > ...
5 years, 10 months ago (2015-02-20 10:04:54 UTC) #5
Michael Starzinger
Ports done. PTAL.
5 years, 10 months ago (2015-02-20 11:30:24 UTC) #6
Benedikt Meurer
LGTM
5 years, 10 months ago (2015-02-20 12:09:36 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/943503003/60001
5 years, 10 months ago (2015-02-20 16:21:24 UTC) #10
commit-bot: I haz the power
Failed to apply the patch.
5 years, 10 months ago (2015-02-20 16:22:46 UTC) #12
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-20 16:22:47 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 16:23:10 UTC) #14
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/88c4f52cb27474989a646d6c9433bbab3e55f8ae
Cr-Commit-Position: refs/heads/master@{#26783}

Powered by Google App Engine
This is Rietveld 408576698