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

Issue 2917603002: [wasm] Fix WasmMemoryObject constructor for when a module has no initial memory (Closed)

Created:
3 years, 6 months ago by gdeepti
Modified:
3 years, 6 months ago
CC:
v8-reviews_googlegroups.com, wasm-v8_google.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Fix WasmMemoryObject constructor for when a module has no initial memory BUG=chromium:724972 R=clemensh@chromium.org, rossberg@chromium.org Review-Url: https://codereview.chromium.org/2917603002 Cr-Commit-Position: refs/heads/master@{#45665} Committed: https://chromium.googlesource.com/v8/v8/+/5c0baf7127cae07e1aa7dd8349eab9c4641a3b4f

Patch Set 1 #

Total comments: 6

Patch Set 2 : Clemens's review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -14 lines) Patch
M src/wasm/wasm-objects.h View 1 chunk +1 line, -1 line 0 comments Download
M src/wasm/wasm-objects.cc View 1 4 chunks +11 lines, -13 lines 0 comments Download
A test/mjsunit/regress/wasm/regression-724972.js View 1 chunk +11 lines, -0 lines 0 comments Download
A test/mjsunit/regress/wasm/regression-727560.js View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
gdeepti
3 years, 6 months ago (2017-05-31 06:55:12 UTC) #3
Clemens Hammacher
Would it make sense to allocate the JSArrayBuffer already for the wasm instance, not just ...
3 years, 6 months ago (2017-05-31 07:56:37 UTC) #6
gdeepti
On 2017/05/31 07:56:37, Clemens Hammacher wrote: > Would it make sense to allocate the JSArrayBuffer ...
3 years, 6 months ago (2017-06-01 07:01:26 UTC) #9
gdeepti
https://codereview.chromium.org/2917603002/diff/1/src/wasm/wasm-objects.cc File src/wasm/wasm-objects.cc (right): https://codereview.chromium.org/2917603002/diff/1/src/wasm/wasm-objects.cc#newcode473 src/wasm/wasm-objects.cc:473: uint32_t old_size = old_buffer->byte_length()->Number(); On 2017/05/31 07:56:37, Clemens Hammacher ...
3 years, 6 months ago (2017-06-01 07:01:38 UTC) #10
rossberg1
LGTM
3 years, 6 months ago (2017-06-01 09:27:07 UTC) #13
Clemens Hammacher
> This particular CL fixes bugs (724972, 727560) that were introduced in a recent refactoring ...
3 years, 6 months ago (2017-06-01 10:16:10 UTC) #14
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/2917603002/20001
3 years, 6 months ago (2017-06-01 17:05:54 UTC) #16
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 17:08:10 UTC) #19
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/5c0baf7127cae07e1aa7dd8349eab9c4641...

Powered by Google App Engine
This is Rietveld 408576698