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

Issue 1746063003: [wasm] Add support for 64-bit LEB encodings. (Closed)

Created:
4 years, 9 months ago by titzer
Modified:
4 years, 9 months ago
Reviewers:
ahaas, binji
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 for 64-bit LEB encodings. R=binji@chromium.org,ahaas@chromium.org BUG= Committed: https://crrev.com/616f05496e9867cfa934098a76826cfde7feeaa2 Cr-Commit-Position: refs/heads/master@{#34406}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 19

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -33 lines) Patch
M src/wasm/decoder.h View 1 2 3 4 5 2 chunks +64 lines, -33 lines 0 comments Download
M test/unittests/wasm/decoder-unittest.cc View 1 2 3 4 5 2 chunks +215 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
titzer
PTAL
4 years, 9 months ago (2016-03-01 02:07:08 UTC) #1
ahaas
lgtm https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h File src/wasm/decoder.h (right): https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h#newcode111 src/wasm/decoder.h:111: return bit_cast<int64_t>(result << shift) >> shift; Could you ...
4 years, 9 months ago (2016-03-01 08:22:58 UTC) #2
titzer
https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h File src/wasm/decoder.h (right): https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h#newcode111 src/wasm/decoder.h:111: return bit_cast<int64_t>(result << shift) >> shift; On 2016/03/01 08:22:58, ...
4 years, 9 months ago (2016-03-01 18:49:12 UTC) #3
binji
curious about non-minimal leb128, otherwise lgtm https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h File src/wasm/decoder.h (right): https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h#newcode337 src/wasm/decoder.h:337: const byte* end ...
4 years, 9 months ago (2016-03-01 18:49:40 UTC) #4
titzer
https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h File src/wasm/decoder.h (right): https://codereview.chromium.org/1746063003/diff/80001/src/wasm/decoder.h#newcode337 src/wasm/decoder.h:337: const byte* end = ptr + kMaxDiff; On 2016/03/01 ...
4 years, 9 months ago (2016-03-01 19:09:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1746063003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1746063003/100001
4 years, 9 months ago (2016-03-01 19:34:19 UTC) #8
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-03-01 19:36:26 UTC) #9
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/616f05496e9867cfa934098a76826cfde7feeaa2 Cr-Commit-Position: refs/heads/master@{#34406}
4 years, 9 months ago (2016-03-01 19:37:03 UTC) #11
Michael Achenbach
4 years, 9 months ago (2016-03-01 19:55:02 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1749343002/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Seems to break chromium win compile:
https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Win/builds/380....

Powered by Google App Engine
This is Rietveld 408576698