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

Issue 2247353005: [builtins] support exception handling in TFJ builtins (Closed)

Created:
4 years, 4 months ago by caitp
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[builtins] support exception handling in TFJ builtins BUG=v8:5264, v8:5268 R=mstarzinger@chromium.org, bmeurer@chromium.org, epertoso@chromium.org Committed: https://crrev.com/f93ac8968a64cd44d636d7093884d810cbbbef6f Cr-Commit-Position: refs/heads/master@{#38792}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove stray edit to schedule.h #

Patch Set 3 : Move impl to CodeAssembler, refactor api a bit #

Total comments: 7

Patch Set 4 : Refactor a bit #

Total comments: 6

Patch Set 5 : Address nits #

Patch Set 6 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -1 line) Patch
M src/compiler/code-assembler.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/raw-machine-assembler.cc View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 5 1 chunk +5 lines, -1 line 0 comments Download
M test/cctest/test-code-stub-assembler.cc View 1 2 3 1 chunk +133 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
caitp
This is a WIP, but some feedback would be appreciated. I've started implementing the approach ...
4 years, 4 months ago (2016-08-18 03:08:57 UTC) #1
caitp
PTAL --- I've moved most of the work out of RawMachineAssembler, as it seems more ...
4 years, 4 months ago (2016-08-18 16:59:21 UTC) #2
Michael Starzinger
Cool stuff, I like a lot where this is going. Thanks! Left comments on the ...
4 years, 4 months ago (2016-08-19 08:53:57 UTC) #3
caitp
https://codereview.chromium.org/2247353005/diff/40001/src/frames.cc File src/frames.cc (right): https://codereview.chromium.org/2247353005/diff/40001/src/frames.cc#newcode882 src/frames.cc:882: int StubFrame::LookupExceptionHandlerInTable( seems to be unnecessary, only seemed to ...
4 years, 4 months ago (2016-08-19 14:30:10 UTC) #4
caitp
> Cool stuff, I like a lot where this is going. Thanks! Left comments on ...
4 years, 4 months ago (2016-08-19 15:38:53 UTC) #7
Michael Starzinger
On 2016/08/19 15:38:53, caitp wrote: > > Cool stuff, I like a lot where this ...
4 years, 4 months ago (2016-08-19 18:36:43 UTC) #10
Michael Starzinger
Awesome stuff! Just one final round of nits and then this is ready to go. ...
4 years, 4 months ago (2016-08-19 18:37:44 UTC) #11
caitp
nits addressed, thanks for the review. https://codereview.chromium.org/2247353005/diff/60001/src/compiler/code-assembler.cc File src/compiler/code-assembler.cc (right): https://codereview.chromium.org/2247353005/diff/60001/src/compiler/code-assembler.cc#newcode328 src/compiler/code-assembler.cc:328: exception_var->Bind(node); On 2016/08/19 ...
4 years, 4 months ago (2016-08-19 20:37:11 UTC) #14
Michael Starzinger
LGTM. Thanks!
4 years, 4 months ago (2016-08-22 07:26:27 UTC) #17
epertoso
lgtm Great!
4 years, 4 months ago (2016-08-22 07:54:50 UTC) #18
caitp
On 2016/08/22 07:54:50, epertoso wrote: > lgtm > > > Great! Sounds like folks are ...
4 years, 4 months ago (2016-08-22 15:33:10 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2247353005/100001
4 years, 4 months ago (2016-08-22 15:33:27 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-22 15:58:07 UTC) #22
commit-bot: I haz the power
4 years, 4 months ago (2016-08-22 15:58:17 UTC) #24
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/f93ac8968a64cd44d636d7093884d810cbbbef6f
Cr-Commit-Position: refs/heads/master@{#38792}

Powered by Google App Engine
This is Rietveld 408576698