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

Issue 1764723002: [wasm] Remove TableSwitch and replace with br_table. (Closed)

Created:
4 years, 9 months ago by titzer
Modified:
4 years, 9 months ago
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] Remove TableSwitch and replace with br_table. R=rossberg@chromium.org,binji@chromium.org,bradnelson@chromium.org BUG= Committed: https://crrev.com/bcfa400306bf74e380c7bc38cd5cab498c7d224c Cr-Commit-Position: refs/heads/master@{#34511}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -406 lines) Patch
M src/wasm/ast-decoder.h View 1 1 chunk +8 lines, -9 lines 0 comments Download
M src/wasm/ast-decoder.cc View 1 5 chunks +28 lines, -72 lines 0 comments Download
M src/wasm/wasm-macro-gen.h View 1 2 chunks +3 lines, -8 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/wasm/test-run-wasm.cc View 1 37 chunks +173 lines, -221 lines 0 comments Download
M test/unittests/wasm/ast-decoder-unittest.cc View 1 1 chunk +45 lines, -84 lines 0 comments Download
M test/unittests/wasm/wasm-macro-gen-unittest.cc View 1 1 chunk +2 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
titzer
PTAL
4 years, 9 months ago (2016-03-03 18:04:01 UTC) #1
bradn
lgtm https://codereview.chromium.org/1764723002/diff/1/src/wasm/ast-decoder.h File src/wasm/ast-decoder.h (right): https://codereview.chromium.org/1764723002/diff/1/src/wasm/ast-decoder.h#newcode150 src/wasm/ast-decoder.h:150: table_count = decoder->checked_read_u16(pc, 1, "expected #entries"); I assume ...
4 years, 9 months ago (2016-03-03 18:08:23 UTC) #3
binji
lgtm https://codereview.chromium.org/1764723002/diff/1/test/cctest/wasm/test-run-wasm.cc File test/cctest/wasm/test-run-wasm.cc (right): https://codereview.chromium.org/1764723002/diff/1/test/cctest/wasm/test-run-wasm.cc#newcode22 test/cctest/wasm/test-run-wasm.cc:22: #define B2(a, b) kExprBlock, 2, a, b imagine ...
4 years, 9 months ago (2016-03-04 00:04:17 UTC) #4
rossberg
lgtm https://codereview.chromium.org/1764723002/diff/1/src/wasm/wasm-macro-gen.h File src/wasm/wasm-macro-gen.h (right): https://codereview.chromium.org/1764723002/diff/1/src/wasm/wasm-macro-gen.h#newcode18 src/wasm/wasm-macro-gen.h:18: #define WASM_MODULE_HEADER U32_LE(kWasmMagic), U32_LE(kWasmVersion) Nit: perhaps move the ...
4 years, 9 months ago (2016-03-04 14:25:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1764723002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1764723002/20001
4 years, 9 months ago (2016-03-04 23:45:07 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-04 23:48:07 UTC) #9
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 23:49:18 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/bcfa400306bf74e380c7bc38cd5cab498c7d224c
Cr-Commit-Position: refs/heads/master@{#34511}

Powered by Google App Engine
This is Rietveld 408576698