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

Issue 2378773013: [WASM] Implements catch for the wasm low level exception mechanism. (Closed)

Created:
4 years, 2 months ago by John
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[WASM] Implements catch for the wasm low level exception mechanism. This is essentially CL/2275293002, with the difference that the effect dependencies are now updated correctly. BUG= Committed: https://crrev.com/7ed565b6a5fadcb3b2fe678f7b8411c1fcb0566e Cr-Commit-Position: refs/heads/master@{#39919}

Patch Set 1 : CL/2275293002, essentially #

Patch Set 2 : updates effect dependencies. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+582 lines, -87 lines) Patch
M src/arm64/code-stubs-arm64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/instruction-selector.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M src/compiler/wasm-compiler.h View 3 chunks +8 lines, -6 lines 0 comments Download
M src/compiler/wasm-compiler.cc View 1 7 chunks +75 lines, -17 lines 2 comments Download
M src/frames.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/frames.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/isolate.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.cc View 2 chunks +24 lines, -2 lines 0 comments Download
M src/isolate-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime/runtime-wasm.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/wasm/ast-decoder.cc View 14 chunks +99 lines, -40 lines 0 comments Download
M test/mjsunit/wasm/exceptions.js View 4 chunks +333 lines, -17 lines 2 comments Download
M test/mjsunit/wasm/wasm-constants.js View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
John
This is the only difference between this cl and cl/2275293002: https://codereview.chromium.org/2378773013/diff2/1:20001/src/compiler/wasm-compiler.cc
4 years, 2 months ago (2016-09-30 12:47:29 UTC) #4
bradnelson
lgtm
4 years, 2 months ago (2016-09-30 15:30:46 UTC) #7
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/2378773013/20001
4 years, 2 months ago (2016-09-30 15:36:36 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/25456)
4 years, 2 months ago (2016-09-30 15:41:27 UTC) #11
bradnelson
+mtrofin Can we get rubberstamp to reland this, with the fix?
4 years, 2 months ago (2016-09-30 15:45:17 UTC) #13
Mircea Trofin
On 2016/09/30 15:45:17, bradnelson wrote: > +mtrofin > > Can we get rubberstamp to reland ...
4 years, 2 months ago (2016-09-30 15:50:35 UTC) #14
Mircea Trofin
https://codereview.chromium.org/2378773013/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2378773013/diff/20001/src/compiler/wasm-compiler.cc#newcode1749 src/compiler/wasm-compiler.cc:1749: Node* is_smi; it'd be nice if these were initialized ...
4 years, 2 months ago (2016-09-30 16:00:44 UTC) #15
John
https://codereview.chromium.org/2378773013/diff/20001/src/compiler/wasm-compiler.cc File src/compiler/wasm-compiler.cc (right): https://codereview.chromium.org/2378773013/diff/20001/src/compiler/wasm-compiler.cc#newcode1749 src/compiler/wasm-compiler.cc:1749: Node* is_smi; On 2016/09/30 16:00:44, Mircea Trofin wrote: > ...
4 years, 2 months ago (2016-09-30 16:07:17 UTC) #16
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/2378773013/20001
4 years, 2 months ago (2016-09-30 16:07:36 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-30 16:09:22 UTC) #19
commit-bot: I haz the power
4 years, 2 months ago (2016-09-30 16:09:36 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7ed565b6a5fadcb3b2fe678f7b8411c1fcb0566e
Cr-Commit-Position: refs/heads/master@{#39919}

Powered by Google App Engine
This is Rietveld 408576698