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

Issue 1740373002: [wasm] Add a magic word and a version number to the binary. (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 a magic word and a version number to the binary. R=binji@chromium.org,jfb@chromium.org BUG= Committed: https://crrev.com/06241221a6cec82e8320b47c57ba23f18c3aabcc Cr-Commit-Position: refs/heads/master@{#34346}

Patch Set 1 #

Patch Set 2 : Fix memory leak #

Patch Set 3 : #

Total comments: 11

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -153 lines) Patch
M src/wasm/encoder.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/wasm/module-decoder.cc View 1 2 3 4 1 chunk +21 lines, -0 lines 0 comments Download
M src/wasm/wasm-macro-gen.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-module.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/mjsunit/wasm/calls.js View 3 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/wasm/divrem-trap.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/export-table.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/wasm/ffi.js View 4 chunks +6 lines, -6 lines 0 comments Download
M test/mjsunit/wasm/ffi-error.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/import-table.js View 6 chunks +8 lines, -8 lines 0 comments Download
M test/mjsunit/wasm/indirect-calls.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/instantiate-module-basic.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/instantiate-run-basic.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/module-memory.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/wasm/params.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/wasm/stack.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/stackwalk.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/start-function.js View 5 chunks +10 lines, -5 lines 0 comments Download
M test/mjsunit/wasm/unreachable.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/wasm/wasm-constants.js View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
M test/unittests/wasm/module-decoder-unittest.cc View 1 2 3 4 5 19 chunks +88 lines, -100 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
titzer
4 years, 9 months ago (2016-02-27 16:45:26 UTC) #1
binji
lgtm https://codereview.chromium.org/1740373002/diff/40001/test/mjsunit/wasm/wasm-constants.js File test/mjsunit/wasm/wasm-constants.js (right): https://codereview.chromium.org/1740373002/diff/40001/test/mjsunit/wasm/wasm-constants.js#newcode42 test/mjsunit/wasm/wasm-constants.js:42: print(view[1]); did you leave this in while testing? ...
4 years, 9 months ago (2016-02-27 19:26:56 UTC) #2
JF
lgtm with nits sexpr-wasm will be rolled at the same time as this, to avoid ...
4 years, 9 months ago (2016-02-27 19:43:04 UTC) #3
titzer
This is ready to land whenever sexpr-wasm is up to date. https://codereview.chromium.org/1740373002/diff/40001/src/wasm/module-decoder.cc File src/wasm/module-decoder.cc (right): ...
4 years, 9 months ago (2016-02-27 23:05:10 UTC) #4
binji
On 2016/02/27 23:05:10, titzer wrote: > This is ready to land whenever sexpr-wasm is up ...
4 years, 9 months ago (2016-02-27 23:25:06 UTC) #5
binji
On 2016/02/27 23:25:06, binji wrote: > On 2016/02/27 23:05:10, titzer wrote: > > This is ...
4 years, 9 months ago (2016-02-27 23:50:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1740373002/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1740373002/90001
4 years, 9 months ago (2016-02-28 00:35:13 UTC) #9
commit-bot: I haz the power
Committed patchset #6 (id:90001)
4 years, 9 months ago (2016-02-28 00:37:18 UTC) #10
commit-bot: I haz the power
4 years, 9 months ago (2016-02-28 00:37:41 UTC) #12
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/06241221a6cec82e8320b47c57ba23f18c3aabcc
Cr-Commit-Position: refs/heads/master@{#34346}

Powered by Google App Engine
This is Rietveld 408576698