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

Issue 2240743003: [v8][wasm] Handles finally in try/finally blocks. (Closed)

Created:
4 years, 4 months ago by John
Modified:
4 years, 4 months ago
Reviewers:
titzer, bradnelson
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

[v8][wasm] Handles finally in try/finally blocks. Introduces support for using try { } finally { } in wasm. BUG= Committed: https://crrev.com/cf5180c3ef1805e29dd29c02f8604212d6de911b Cr-Commit-Position: refs/heads/master@{#38845}

Patch Set 1 #

Patch Set 2 : First working version #

Patch Set 3 : pre-review pass #

Patch Set 4 : Disables WASM TryFinally tests in interpreted execution. #

Patch Set 5 : git pull #

Patch Set 6 : Fixes broken tests; git pull #

Patch Set 7 : Fixes broken windows build #

Total comments: 5

Patch Set 8 : Addresses comments #

Patch Set 9 : Fixes broken build #

Patch Set 10 : Handles breaks within finallies #

Total comments: 28

Patch Set 11 : addresses comments #

Patch Set 12 : Addresses comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+569 lines, -49 lines) Patch
M src/wasm/ast-decoder.cc View 1 2 3 4 5 6 7 8 9 10 11 20 chunks +251 lines, -49 lines 0 comments Download
M test/cctest/cctest.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/wasm/test-run-wasm-try-catch.cc View 1 2 3 4 5 6 7 8 9 1 chunk +317 lines, -0 lines 0 comments Download

Messages

Total messages: 60 (49 generated)
John
This seems to work (with a 9-input phi for the TryFinally_multiple test. :)), but please ...
4 years, 4 months ago (2016-08-17 18:24:14 UTC) #4
titzer
Looks like it's on the right track so far. https://codereview.chromium.org/2240743003/diff/220001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2240743003/diff/220001/src/wasm/ast-decoder.cc#newcode82 src/wasm/ast-decoder.cc:82: ...
4 years, 4 months ago (2016-08-18 16:51:18 UTC) #18
John
I somehow managed to delete the patch with ben's comments... :-/ https://codereview.chromium.org/2240743003/diff/330003/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): ...
4 years, 4 months ago (2016-08-22 13:36:34 UTC) #30
bradnelson
Think I have a better picture of this in my head now between your description ...
4 years, 4 months ago (2016-08-23 05:49:43 UTC) #42
John
https://codereview.chromium.org/2240743003/diff/380001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2240743003/diff/380001/src/wasm/ast-decoder.cc#newcode73 src/wasm/ast-decoder.cc:73: // PathToken is used by exception handling code for ...
4 years, 4 months ago (2016-08-23 11:38:20 UTC) #43
titzer
https://codereview.chromium.org/2240743003/diff/380001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2240743003/diff/380001/src/wasm/ast-decoder.cc#newcode73 src/wasm/ast-decoder.cc:73: // PathToken is used by exception handling code for ...
4 years, 4 months ago (2016-08-23 13:56:16 UTC) #48
John
https://codereview.chromium.org/2240743003/diff/380001/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/2240743003/diff/380001/src/wasm/ast-decoder.cc#newcode73 src/wasm/ast-decoder.cc:73: // PathToken is used by exception handling code for ...
4 years, 4 months ago (2016-08-23 16:30:59 UTC) #49
titzer
lgtm
4 years, 4 months ago (2016-08-23 18:49:56 UTC) #54
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/2240743003/420001
4 years, 4 months ago (2016-08-23 22:12:42 UTC) #57
commit-bot: I haz the power
Committed patchset #12 (id:420001)
4 years, 4 months ago (2016-08-23 22:14:40 UTC) #58
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 22:14:59 UTC) #60
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/cf5180c3ef1805e29dd29c02f8604212d6de911b
Cr-Commit-Position: refs/heads/master@{#38845}

Powered by Google App Engine
This is Rietveld 408576698