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

Issue 2135693002: [wasm] Add a BytecodeIterator and use in non-performance-critical situations. (Closed)

Created:
4 years, 5 months ago by titzer
Modified:
4 years, 5 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] Add a BytecodeIterator and use in non-performance-critical situations. R=ahaas@chromium.org BUG= Committed: https://crrev.com/9be74f6687df4b2fb55972bc8e2d9a5117b40c7a Cr-Commit-Position: refs/heads/master@{#37642}

Patch Set 1 #

Patch Set 2 : Add C++ iterator #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -60 lines) Patch
M src/wasm/ast-decoder.h View 1 1 chunk +53 lines, -0 lines 0 comments Download
M src/wasm/ast-decoder.cc View 9 chunks +32 lines, -24 lines 0 comments Download
M src/wasm/wasm-interpreter.cc View 1 chunk +33 lines, -36 lines 0 comments Download
M test/unittests/wasm/ast-decoder-unittest.cc View 1 1 chunk +54 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (2 generated)
titzer
4 years, 5 months ago (2016-07-08 14:00:36 UTC) #1
ahaas
On 2016/07/08 at 14:00:36, titzer wrote: > Would it be worth to implement the std::iterator ...
4 years, 5 months ago (2016-07-08 14:08:30 UTC) #2
titzer
On 2016/07/08 14:08:30, ahaas wrote: > On 2016/07/08 at 14:00:36, titzer wrote: > > > ...
4 years, 5 months ago (2016-07-11 11:45:59 UTC) #3
ahaas
lgtm https://codereview.chromium.org/2135693002/diff/20001/test/unittests/wasm/ast-decoder-unittest.cc File test/unittests/wasm/ast-decoder-unittest.cc (right): https://codereview.chromium.org/2135693002/diff/20001/test/unittests/wasm/ast-decoder-unittest.cc#newcode2450 test/unittests/wasm/ast-decoder-unittest.cc:2450: EXPECT_TRUE(false); why don't you say EXPECT_TRUE(pos < arraysize(expected));?
4 years, 5 months ago (2016-07-11 12:31:19 UTC) #4
titzer
On 2016/07/11 12:31:19, ahaas wrote: > lgtm > > https://codereview.chromium.org/2135693002/diff/20001/test/unittests/wasm/ast-decoder-unittest.cc > File test/unittests/wasm/ast-decoder-unittest.cc (right): > ...
4 years, 5 months ago (2016-07-11 12:34:00 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2135693002/20001
4 years, 5 months ago (2016-07-11 12:34:18 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-11 12:57:27 UTC) #8
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-11 12:57:28 UTC) #9
commit-bot: I haz the power
4 years, 5 months ago (2016-07-11 13:00:35 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9be74f6687df4b2fb55972bc8e2d9a5117b40c7a
Cr-Commit-Position: refs/heads/master@{#37642}

Powered by Google App Engine
This is Rietveld 408576698