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

Issue 2977543002: [wasm] Allow full u32 range for table maximum in WebAssembly.Table constructor. (Closed)

Created:
3 years, 5 months ago by titzer
Modified:
3 years, 5 months ago
Reviewers:
Clemens Hammacher
CC:
v8-reviews_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Allow full u32 range for table maximum in WebAssembly.Table constructor. R=clemensh@chromium.org BUG=chromium:740199 Review-Url: https://codereview.chromium.org/2977543002 Cr-Commit-Position: refs/heads/master@{#46508} Committed: https://chromium.googlesource.com/v8/v8/+/0c22df6555ef48e097af8d0fd7cba55664b01bf3

Patch Set 1 #

Total comments: 4

Patch Set 2 : [wasm] Allow full u32 range for table maximum in WebAssembly.Table constructor. #

Patch Set 3 : [wasm] Allow full u32 range for table maximum in WebAssembly.Table constructor. #

Patch Set 4 : [wasm] Allow full u32 range for table maximum in WebAssembly.Table constructor. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -42 lines) Patch
M src/wasm/module-compiler.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/wasm/wasm-js.cc View 1 2 3 6 chunks +11 lines, -12 lines 0 comments Download
M src/wasm/wasm-objects.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/wasm/wasm-objects.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/wasm/table.js View 4 chunks +19 lines, -25 lines 0 comments Download

Messages

Total messages: 23 (18 generated)
titzer
3 years, 5 months ago (2017-07-10 09:45:15 UTC) #1
Clemens Hammacher
LGTM with nits https://codereview.chromium.org/2977543002/diff/1/src/wasm/module-compiler.cc File src/wasm/module-compiler.cc (right): https://codereview.chromium.org/2977543002/diff/1/src/wasm/module-compiler.cc#newcode1342 src/wasm/module-compiler.cc:1342: int64_t imported_max_size = static_cast<int64_t>( You don't ...
3 years, 5 months ago (2017-07-10 10:35:49 UTC) #12
titzer
https://codereview.chromium.org/2977543002/diff/1/src/wasm/module-compiler.cc File src/wasm/module-compiler.cc (right): https://codereview.chromium.org/2977543002/diff/1/src/wasm/module-compiler.cc#newcode1342 src/wasm/module-compiler.cc:1342: int64_t imported_max_size = static_cast<int64_t>( On 2017/07/10 10:35:48, Clemens Hammacher ...
3 years, 5 months ago (2017-07-10 10:38:24 UTC) #15
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/2977543002/60001
3 years, 5 months ago (2017-07-10 11:17:00 UTC) #20
commit-bot: I haz the power
3 years, 5 months ago (2017-07-10 11:18:53 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/0c22df6555ef48e097af8d0fd7cba55664b...

Powered by Google App Engine
This is Rietveld 408576698