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

Issue 1910213004: [wasm] Replace WasmName by Vector<const char> (Closed)

Created:
4 years, 8 months ago by Clemens Hammacher
Modified:
4 years, 7 months ago
Reviewers:
titzer
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@wasm-offset-table-2
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Replace WasmName by Vector<const char> R=titzer@chromium.org Committed: https://crrev.com/af9e4c33ab1053def144398db5a7dbe93cb5040d Cr-Commit-Position: refs/heads/master@{#35796}

Patch Set 1 #

Total comments: 1

Patch Set 2 : rebase and introduce typedef WasmName #

Total comments: 4

Patch Set 3 : nicer bounds check #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -35 lines) Patch
M src/compiler/wasm-compiler.cc View 1 3 chunks +5 lines, -7 lines 0 comments Download
M src/wasm/wasm-module.h View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M src/wasm/wasm-module.cc View 1 7 chunks +12 lines, -16 lines 0 comments Download
M src/wasm/wasm-opcodes.h View 1 1 chunk +1 line, -8 lines 0 comments Download
M test/cctest/wasm/wasm-run-utils.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 12 (3 generated)
Clemens Hammacher
4 years, 8 months ago (2016-04-22 13:29:17 UTC) #1
titzer
https://codereview.chromium.org/1910213004/diff/1/src/wasm/wasm-opcodes.h File src/wasm/wasm-opcodes.h (left): https://codereview.chromium.org/1910213004/diff/1/src/wasm/wasm-opcodes.h#oldcode52 src/wasm/wasm-opcodes.h:52: struct WasmName { You could as well introduce a ...
4 years, 8 months ago (2016-04-22 13:35:20 UTC) #2
titzer
https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h#newcode196 src/wasm/wasm-module.h:196: DCHECK_EQ(static_cast<int64_t>(length), static_cast<int>(length)); Why is there an int64 in this ...
4 years, 7 months ago (2016-04-26 13:01:43 UTC) #3
Clemens Hammacher
https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h#newcode196 src/wasm/wasm-module.h:196: DCHECK_EQ(static_cast<int64_t>(length), static_cast<int>(length)); On 2016/04/26 at 13:01:43, titzer wrote: > ...
4 years, 7 months ago (2016-04-26 13:12:21 UTC) #4
titzer
Otherwise lgtm https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h#newcode196 src/wasm/wasm-module.h:196: DCHECK_EQ(static_cast<int64_t>(length), static_cast<int>(length)); On 2016/04/26 13:12:21, Clemens Hammacher ...
4 years, 7 months ago (2016-04-26 13:16:12 UTC) #5
Clemens Hammacher
https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h File src/wasm/wasm-module.h (right): https://codereview.chromium.org/1910213004/diff/20001/src/wasm/wasm-module.h#newcode196 src/wasm/wasm-module.h:196: DCHECK_EQ(static_cast<int64_t>(length), static_cast<int>(length)); On 2016/04/26 at 13:16:11, titzer wrote: > ...
4 years, 7 months ago (2016-04-26 13:20:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910213004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910213004/40001
4 years, 7 months ago (2016-04-26 14:43:09 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-04-26 14:47:20 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-04-26 14:47:41 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/af9e4c33ab1053def144398db5a7dbe93cb5040d
Cr-Commit-Position: refs/heads/master@{#35796}

Powered by Google App Engine
This is Rietveld 408576698