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

Issue 1746653002: [wasm] Add support and unittests for decoding signed LEB128. (Closed)

Created:
4 years, 9 months ago by titzer
Modified:
4 years, 9 months ago
Reviewers:
bradnelson, bradn, ahaas
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 support and unittests for decoding signed LEB128. R=bradnelson@chromium.org,ahaas@chromium.org BUG= Committed: https://crrev.com/c5b2f1536b79b9c0dd3fbb1a729edce277959746 Cr-Commit-Position: refs/heads/master@{#34368}

Patch Set 1 #

Patch Set 2 : Undo malloc change. #

Total comments: 11

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+607 lines, -281 lines) Patch
M src/wasm/decoder.h View 1 2 4 chunks +26 lines, -11 lines 0 comments Download
M src/wasm/wasm-macro-gen.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M test/unittests/unittests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/wasm/ast-decoder-unittest.cc View 1 2 84 chunks +143 lines, -270 lines 0 comments Download
A test/unittests/wasm/decoder-unittest.cc View 1 chunk +413 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
titzer
4 years, 9 months ago (2016-02-28 21:12:50 UTC) #1
bradn
lgtm https://codereview.chromium.org/1746653002/diff/20001/src/wasm/decoder.h File src/wasm/decoder.h (right): https://codereview.chromium.org/1746653002/diff/20001/src/wasm/decoder.h#newcode82 src/wasm/decoder.h:82: if (!check(base, offset, 1, msg)) { FWIW, sharing ...
4 years, 9 months ago (2016-02-29 06:30:00 UTC) #3
ahaas
https://codereview.chromium.org/1746653002/diff/20001/test/unittests/wasm/decoder-unittest.cc File test/unittests/wasm/decoder-unittest.cc (right): https://codereview.chromium.org/1746653002/diff/20001/test/unittests/wasm/decoder-unittest.cc#newcode55 test/unittests/wasm/decoder-unittest.cc:55: CHECK_UINT32V_INLINE(0, 1, 0, 0); Why don't you use U32V_2 ...
4 years, 9 months ago (2016-02-29 08:51:41 UTC) #4
titzer
https://codereview.chromium.org/1746653002/diff/20001/src/wasm/decoder.h File src/wasm/decoder.h (right): https://codereview.chromium.org/1746653002/diff/20001/src/wasm/decoder.h#newcode82 src/wasm/decoder.h:82: if (!check(base, offset, 1, msg)) { On 2016/02/29 06:30:00, ...
4 years, 9 months ago (2016-02-29 16:51:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746653002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746653002/40001
4 years, 9 months ago (2016-02-29 17:05:24 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/2093)
4 years, 9 months ago (2016-02-29 17:09:33 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746653002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746653002/80001
4 years, 9 months ago (2016-02-29 18:15:56 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-02-29 18:36:41 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746653002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746653002/80001
4 years, 9 months ago (2016-02-29 18:39:10 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 9 months ago (2016-02-29 18:41:35 UTC) #18
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 18:42:34 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c5b2f1536b79b9c0dd3fbb1a729edce277959746
Cr-Commit-Position: refs/heads/master@{#34368}

Powered by Google App Engine
This is Rietveld 408576698