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

Issue 2591753002: [wasm] Implement correct 2-level namespace for imports. (Closed)

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

Description

[wasm] Implement correct 2-level namespace for imports. R=clemensh@chromium.org CC=rossberg@chromium.org BUG=chromium:575167 Review-Url: https://codereview.chromium.org/2591753002 Cr-Commit-Position: refs/heads/master@{#41866} Committed: https://chromium.googlesource.com/v8/v8/+/6e8338865a39dceafdfd4654f39c05fc5f760c44

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix new test #

Patch Set 3 : Fix checks. #

Patch Set 4 : Fix debug tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -216 lines) Patch
M src/asmjs/asm-js.cc View 1 chunk +11 lines, -1 line 0 comments Download
M src/runtime/runtime-compiler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/wasm/module-decoder.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 1 chunk +9 lines, -14 lines 0 comments Download
M src/wasm/wasm-module-builder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/debugger/debug/wasm/frame-inspection.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M test/inspector/debugger/wasm-source.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M test/inspector/debugger/wasm-stack.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/compiled-module-management.js View 3 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/wasm/compiled-module-serialization.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/wasm/data-segments.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/errors.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/wasm/exceptions.js View 2 chunks +7 lines, -7 lines 0 comments Download
M test/mjsunit/wasm/export-table.js View 1 2 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/wasm/ffi.js View 15 chunks +30 lines, -30 lines 0 comments Download
M test/mjsunit/wasm/ffi-error.js View 5 chunks +6 lines, -7 lines 0 comments Download
M test/mjsunit/wasm/gc-buffer.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/gc-frame.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/gc-stress.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/globals.js View 4 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/wasm/import-memory.js View 17 chunks +23 lines, -24 lines 0 comments Download
M test/mjsunit/wasm/import-table.js View 8 chunks +12 lines, -14 lines 0 comments Download
M test/mjsunit/wasm/indirect-calls.js View 5 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/wasm/indirect-tables.js View 13 chunks +20 lines, -20 lines 0 comments Download
M test/mjsunit/wasm/instance-memory-gc-stress.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/instantiate-module-basic.js View 2 chunks +8 lines, -6 lines 0 comments Download
M test/mjsunit/wasm/js-api.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/wasm/memory-instance-validation.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/receiver.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/stack.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/stackwalk.js View 2 chunks +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/start-function.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/table.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/test-import-export-wrapper.js View 10 chunks +10 lines, -10 lines 0 comments Download
M test/mjsunit/wasm/test-wasm-module-builder.js View 2 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/wasm/unicode-validation.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/wasm/wasm-module-builder.js View 1 2 3 1 chunk +4 lines, -8 lines 0 comments Download

Messages

Total messages: 26 (19 generated)
titzer
4 years ago (2016-12-20 13:29:01 UTC) #1
Clemens Hammacher
lgtm https://codereview.chromium.org/2591753002/diff/1/test/mjsunit/wasm/wasm-module-builder.js File test/mjsunit/wasm/wasm-module-builder.js (right): https://codereview.chromium.org/2591753002/diff/1/test/mjsunit/wasm/wasm-module-builder.js#newcode182 test/mjsunit/wasm/wasm-module-builder.js:182: addImport(module = "", name, type) { Woot? What ...
4 years ago (2016-12-20 14:18:23 UTC) #8
titzer
https://codereview.chromium.org/2591753002/diff/1/test/mjsunit/wasm/wasm-module-builder.js File test/mjsunit/wasm/wasm-module-builder.js (right): https://codereview.chromium.org/2591753002/diff/1/test/mjsunit/wasm/wasm-module-builder.js#newcode182 test/mjsunit/wasm/wasm-module-builder.js:182: addImport(module = "", name, type) { On 2016/12/20 14:18:23, ...
4 years ago (2016-12-20 14:23:35 UTC) #9
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/2591753002/40001
4 years ago (2016-12-20 14:35:49 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_avx2_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel_ng/builds/14121) v8_linux64_avx2_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years ago (2016-12-20 14:52:59 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/2591753002/60001
4 years ago (2016-12-20 15:31:03 UTC) #23
commit-bot: I haz the power
4 years ago (2016-12-20 15:33:03 UTC) #26
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/6e8338865a39dceafdfd4654f39c05fc5f7...

Powered by Google App Engine
This is Rietveld 408576698