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

Issue 2754153002: [wasm] Fix DetachArrayBuffer for WebAssembly.Memory on grow (Closed)

Created:
3 years, 9 months ago by gdeepti
Modified:
3 years, 9 months ago
Reviewers:
bradnelson, binji
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[wasm] Fix DetachArrayBuffer for WebAssembly.Memory on grow DetachArrayBuffer makes incorrect assumptions about the state of the ArrayBuffer. It assumes that that the ArrayBuffer is internal to wasm unless guard pages are enabled, this is not the case as the ArrayBuffer can be externalized outside of wasm, in this case through gin. BUG=chromium:700384 Review-Url: https://codereview.chromium.org/2754153002 Cr-Commit-Position: refs/heads/master@{#43880} Committed: https://chromium.googlesource.com/v8/v8/+/1fce7d604a4919f84b8d21ef11b6206650542b7b

Patch Set 1 #

Patch Set 2 : Fix when guard pages are turned on #

Patch Set 3 : Format comment #

Patch Set 4 : Fix bot #

Patch Set 5 : Fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -4 lines) Patch
M src/wasm/wasm-module.cc View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M test/cctest/wasm/test-run-wasm-module.cc View 1 2 3 4 1 chunk +65 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (24 generated)
gdeepti
3 years, 9 months ago (2017-03-17 00:04:33 UTC) #15
bradnelson
lgtm
3 years, 9 months ago (2017-03-17 00:07:19 UTC) #16
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/2754153002/80001
3 years, 9 months ago (2017-03-17 01:10:34 UTC) #25
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 01:12:15 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/v8/v8/+/1fce7d604a4919f84b8d21ef11b62066505...

Powered by Google App Engine
This is Rietveld 408576698