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

Issue 1744713003: [wasm] Add an export table. (Closed)

Created:
4 years, 9 months ago by titzer
Modified:
4 years, 9 months ago
Reviewers:
binji, JF
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

[wasm] Add an export table. R=binji@chromium.org,jfb@chromium.org BUG= Committed: https://crrev.com/d035d6172a9a86faf7010a2f5ccf17ef68900e3c Cr-Commit-Position: refs/heads/master@{#34342}

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+345 lines, -122 lines) Patch
M src/wasm/module-decoder.cc View 1 2 3 2 chunks +29 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.h View 3 chunks +8 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.cc View 3 chunks +29 lines, -1 line 0 comments Download
A test/mjsunit/wasm/export-table.js View 1 2 3 1 chunk +89 lines, -0 lines 0 comments Download
M test/mjsunit/wasm/wasm-constants.js View 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/wasm/module-decoder-unittest.cc View 1 2 3 17 chunks +189 lines, -121 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
titzer
4 years, 9 months ago (2016-02-27 00:41:11 UTC) #1
JF
Minor comments, the OOM thing predates this so it's not worth fixing in this CL. ...
4 years, 9 months ago (2016-02-27 00:59:48 UTC) #2
binji
lgtm w/ some nits https://codereview.chromium.org/1744713003/diff/40001/test/unittests/wasm/module-decoder-unittest.cc File test/unittests/wasm/module-decoder-unittest.cc (right): https://codereview.chromium.org/1744713003/diff/40001/test/unittests/wasm/module-decoder-unittest.cc#newcode16 test/unittests/wasm/module-decoder-unittest.cc:16: #define EMPTY_FUNCTION(sig_index) 0, static_cast<byte>(sig_index), 0, ...
4 years, 9 months ago (2016-02-27 01:12:15 UTC) #3
titzer
https://codereview.chromium.org/1744713003/diff/40001/test/unittests/wasm/module-decoder-unittest.cc File test/unittests/wasm/module-decoder-unittest.cc (right): https://codereview.chromium.org/1744713003/diff/40001/test/unittests/wasm/module-decoder-unittest.cc#newcode165 test/unittests/wasm/module-decoder-unittest.cc:165: NAME_OFFSET(0), // name offset On 2016/02/27 01:12:15, binji wrote: ...
4 years, 9 months ago (2016-02-27 01:21:58 UTC) #4
titzer
https://codereview.chromium.org/1744713003/diff/40001/test/unittests/wasm/module-decoder-unittest.cc File test/unittests/wasm/module-decoder-unittest.cc (right): https://codereview.chromium.org/1744713003/diff/40001/test/unittests/wasm/module-decoder-unittest.cc#newcode16 test/unittests/wasm/module-decoder-unittest.cc:16: #define EMPTY_FUNCTION(sig_index) 0, static_cast<byte>(sig_index), 0, 0, 0 On 2016/02/27 ...
4 years, 9 months ago (2016-02-27 01:22:24 UTC) #5
titzer
On 2016/02/27 00:59:48, JF wrote: > Minor comments, the OOM thing predates this so it's ...
4 years, 9 months ago (2016-02-27 01:27:07 UTC) #6
JF
> https://codereview.chromium.org/1744713003/diff/1/src/wasm/module-decoder.cc#newcode251 > > src/wasm/module-decoder.cc:251: module->export_table->push_back({0, 0}); > > What happens if SafeReserve clamped the ...
4 years, 9 months ago (2016-02-27 01:31:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744713003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744713003/60001
4 years, 9 months ago (2016-02-27 01:50:53 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-02-27 01:52:39 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-02-27 01:54:38 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d035d6172a9a86faf7010a2f5ccf17ef68900e3c
Cr-Commit-Position: refs/heads/master@{#34342}

Powered by Google App Engine
This is Rietveld 408576698