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

Issue 2443353002: [wasm] Add support for exporting WebAssembly.Table instances. (Closed)

Created:
4 years, 1 month ago by titzer
Modified:
4 years, 1 month ago
Reviewers:
bradnelson, rossberg
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Add support for exporting WebAssembly.Table instances. R=bradnelson@chromium.org, rossberg@chromium.org BUG=v8:5507 Committed: https://crrev.com/ad9cf53473a960d925430c452149880ce621ad8f Cr-Commit-Position: refs/heads/master@{#40554}

Patch Set 1 #

Patch Set 2 : [wasm] Add support for exporting WebAssembly.Table instances. #

Total comments: 17

Patch Set 3 : Address review comments #

Patch Set 4 : Fix identity of exported JSFunctions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -77 lines) Patch
M src/wasm/wasm-js.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/wasm/wasm-js.cc View 1 2 2 chunks +25 lines, -16 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 2 3 8 chunks +113 lines, -13 lines 0 comments Download
M test/mjsunit/wasm/export-table.js View 1 2 3 5 chunks +25 lines, -0 lines 0 comments Download
M test/mjsunit/wasm/indirect-calls.js View 8 chunks +15 lines, -44 lines 0 comments Download
A test/mjsunit/wasm/indirect-tables.js View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
M test/mjsunit/wasm/wasm-module-builder.js View 1 2 4 chunks +14 lines, -4 lines 0 comments Download

Messages

Total messages: 29 (17 generated)
titzer
4 years, 1 month ago (2016-10-24 19:41:32 UTC) #1
bradnelson
lgtm with suggestions https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-js.cc File src/wasm/wasm-js.cc (right): https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-js.cc#newcode720 src/wasm/wasm-js.cc:720: for (int i = 0; i ...
4 years, 1 month ago (2016-10-25 07:33:40 UTC) #10
rossberg
https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc#newcode1527 src/wasm/wasm-module.cc:1527: // If there are any exported tables, cache the ...
4 years, 1 month ago (2016-10-25 08:19:20 UTC) #11
titzer
https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc#newcode1527 src/wasm/wasm-module.cc:1527: // If there are any exported tables, cache the ...
4 years, 1 month ago (2016-10-25 08:23:13 UTC) #12
titzer
https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-js.cc File src/wasm/wasm-js.cc (right): https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-js.cc#newcode720 src/wasm/wasm-js.cc:720: for (int i = 0; i < static_cast<int>(initial); ++i) ...
4 years, 1 month ago (2016-10-25 08:27:37 UTC) #15
rossberg
https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc File src/wasm/wasm-module.cc (right): https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc#newcode1527 src/wasm/wasm-module.cc:1527: // If there are any exported tables, cache the ...
4 years, 1 month ago (2016-10-25 08:28:59 UTC) #16
titzer
On 2016/10/25 08:28:59, rossberg wrote: > https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc > File src/wasm/wasm-module.cc (right): > > https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc#newcode1527 > ...
4 years, 1 month ago (2016-10-25 08:33:00 UTC) #17
titzer
On 2016/10/25 08:33:00, titzer wrote: > On 2016/10/25 08:28:59, rossberg wrote: > > https://codereview.chromium.org/2443353002/diff/20001/src/wasm/wasm-module.cc > ...
4 years, 1 month ago (2016-10-25 08:50:07 UTC) #20
rossberg
lgtm
4 years, 1 month ago (2016-10-25 08:59:55 UTC) #21
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/2443353002/60001
4 years, 1 month ago (2016-10-25 09:42:43 UTC) #26
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-10-25 09:44:21 UTC) #27
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 22:12:12 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ad9cf53473a960d925430c452149880ce621ad8f
Cr-Commit-Position: refs/heads/master@{#40554}

Powered by Google App Engine
This is Rietveld 408576698