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

Issue 1856413002: [wasm] Refactor decoding of local declarations and make more robust. (Closed)

Created:
4 years, 8 months ago by titzer
Modified:
4 years, 8 months ago
Reviewers:
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] Refactor decoding of local declarations and make more robust. R=ahaas@chromium.org BUG= Committed: https://crrev.com/6dda75f23b191c6a8b4147ce3dec3353949a5a6a Cr-Commit-Position: refs/heads/master@{#35272}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -54 lines) Patch
M src/wasm/ast-decoder.h View 1 chunk +16 lines, -2 lines 0 comments Download
M src/wasm/ast-decoder.cc View 4 chunks +26 lines, -23 lines 0 comments Download
M src/wasm/decoder.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/wasm/ast-decoder-unittest.cc View 1 5 chunks +52 lines, -28 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
titzer
4 years, 8 months ago (2016-04-05 14:14:01 UTC) #1
ahaas
lgtm https://codereview.chromium.org/1856413002/diff/1/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/1856413002/diff/1/src/wasm/ast-decoder.cc#newcode428 src/wasm/ast-decoder.cc:428: decls.total_local_count += count; Is it actually possible that ...
4 years, 8 months ago (2016-04-05 17:04:30 UTC) #2
titzer
https://codereview.chromium.org/1856413002/diff/1/src/wasm/ast-decoder.cc File src/wasm/ast-decoder.cc (right): https://codereview.chromium.org/1856413002/diff/1/src/wasm/ast-decoder.cc#newcode428 src/wasm/ast-decoder.cc:428: decls.total_local_count += count; On 2016/04/05 17:04:30, ahaas wrote: > ...
4 years, 8 months ago (2016-04-05 17:14:23 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1856413002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1856413002/40001
4 years, 8 months ago (2016-04-05 17:14:32 UTC) #5
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-05 17:16:15 UTC) #6
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/6dda75f23b191c6a8b4147ce3dec3353949a5a6a Cr-Commit-Position: refs/heads/master@{#35272}
4 years, 8 months ago (2016-04-05 17:16:40 UTC) #8
titzer
4 years, 8 months ago (2016-04-05 17:17:38 UTC) #9
Message was sent while issue was closed.
On 2016/04/05 17:16:40, commit-bot: I haz the power wrote:
> Patchset 3 (id:??) landed as
> https://crrev.com/6dda75f23b191c6a8b4147ce3dec3353949a5a6a
> Cr-Commit-Position: refs/heads/master@{#35272}

Whoops, those suggestions didn't make it into my patchset.

Will upload another.

Powered by Google App Engine
This is Rietveld 408576698