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

Issue 2078053002: V8. ASM-2-WASM. Another asm-types.h revision. (Closed)

Created:
4 years, 6 months ago by John
Modified:
4 years, 5 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

V8. ASM-2-WASM. Another asm-types.h revision. BUG= Committed: https://crrev.com/4257fdea1e63fe226c0cb192d097c2c8c08db9df Cr-Commit-Position: refs/heads/master@{#37110}

Patch Set 1 #

Patch Set 2 : Adds tests. #

Patch Set 3 : removes TODOs #

Total comments: 2

Patch Set 4 : git pull #

Total comments: 6

Patch Set 5 : fix windows build #

Patch Set 6 : addresses comments; changes ValidateCall signature #

Patch Set 7 : git pull #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -88 lines) Patch
M src/wasm/asm-types.h View 1 2 3 4 5 7 chunks +95 lines, -6 lines 0 comments Download
M src/wasm/asm-types.cc View 1 2 3 4 5 7 chunks +50 lines, -29 lines 1 comment Download
M test/unittests/wasm/asm-types-unittest.cc View 1 2 3 4 5 13 chunks +231 lines, -53 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
John
Seems like this is pretty close to what the validator needs.
4 years, 6 months ago (2016-06-17 22:27:40 UTC) #2
bradnelson
Merge woes? https://codereview.chromium.org/2078053002/diff/40001/src/wasm/asm-types.h File src/wasm/asm-types.h (right): https://codereview.chromium.org/2078053002/diff/40001/src/wasm/asm-types.h#newcode51 src/wasm/asm-types.h:51: /* Pseudo-types used in representing heap access ...
4 years, 6 months ago (2016-06-17 23:15:33 UTC) #3
John
maybe ready for another pass...
4 years, 6 months ago (2016-06-17 23:20:24 UTC) #5
John
https://codereview.chromium.org/2078053002/diff/40001/src/wasm/asm-types.h File src/wasm/asm-types.h (right): https://codereview.chromium.org/2078053002/diff/40001/src/wasm/asm-types.h#newcode51 src/wasm/asm-types.h:51: /* Pseudo-types used in representing heap access for fp ...
4 years, 6 months ago (2016-06-17 23:23:03 UTC) #6
bradnelson
lgtm, but can you update the commit message with this: BUG= https://bugs.chromium.org/p/v8/issues/detail?id=4203 TEST=unittests/asm-types-unittest R=bradnelson@chromium.org LOG=N ...
4 years, 6 months ago (2016-06-17 23:38:50 UTC) #7
John
https://codereview.chromium.org/2078053002/diff/80001/src/wasm/asm-types.cc File src/wasm/asm-types.cc (right): https://codereview.chromium.org/2078053002/diff/80001/src/wasm/asm-types.cc#newcode329 src/wasm/asm-types.cc:329: if (signature_ == nullptr) { On 2016/06/17 23:38:50, bradnelson ...
4 years, 6 months ago (2016-06-20 15:09:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2078053002/140001
4 years, 6 months ago (2016-06-20 16:33:59 UTC) #11
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 6 months ago (2016-06-20 16:53:27 UTC) #12
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/4257fdea1e63fe226c0cb192d097c2c8c08db9df Cr-Commit-Position: refs/heads/master@{#37110}
4 years, 6 months ago (2016-06-20 16:54:55 UTC) #14
Mostyn Bramley-Moore
4 years, 5 months ago (2016-07-04 20:23:36 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/2078053002/diff/140001/src/wasm/asm-types.cc
File src/wasm/asm-types.cc (right):

https://codereview.chromium.org/2078053002/diff/140001/src/wasm/asm-types.cc#...
src/wasm/asm-types.cc:309: return signature_->Name() + "[" +
std::to_string(length_) + "]";
std::to_string is in the "C++11 Standard Library Features To Be Discussed"
section of the C++11 use in Chromium doc:
https://chromium-cpp.appspot.com/#library-review

Should this be discussed at cxx@chromium.org first?

Powered by Google App Engine
This is Rietveld 408576698