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

Issue 2105013004: Explicitly Disallow heap allocation when wasm memory references are updated (Closed)

Created:
4 years, 5 months ago by gdeepti
Modified:
4 years, 5 months ago
Reviewers:
bradnelson, ahaas
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

[wasm] Explicitly Disallow heap allocation when wasm memory references are updated - Enable grow memory tests on 32 bit windows - Use handles to module JSObject instead of object pointers R=ahaas@chromium.org, bradnelson@chromium.org Committed: https://crrev.com/8bd1e0dc889320609c179a3b20914f4fc632dae0 Cr-Commit-Position: refs/heads/master@{#37409}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review changes #

Patch Set 3 : Fix indentation #

Patch Set 4 : Fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -20 lines) Patch
M src/runtime/runtime-wasm.cc View 1 2 3 2 chunks +17 lines, -12 lines 0 comments Download
M src/wasm/wasm-module.h View 1 chunk +1 line, -1 line 0 comments Download
M src/wasm/wasm-module.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
gdeepti
4 years, 5 months ago (2016-06-29 06:38:20 UTC) #2
bradnelson
lgtm
4 years, 5 months ago (2016-06-29 07:03:35 UTC) #3
ahaas
https://codereview.chromium.org/2105013004/diff/1/src/runtime/runtime-wasm.cc File src/runtime/runtime-wasm.cc (right): https://codereview.chromium.org/2105013004/diff/1/src/runtime/runtime-wasm.cc#newcode30 src/runtime/runtime-wasm.cc:30: Code* code = isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code; Use also "the DisallowHeapAllocation no_allocation;" ...
4 years, 5 months ago (2016-06-29 07:13:32 UTC) #4
gdeepti
https://codereview.chromium.org/2105013004/diff/1/src/runtime/runtime-wasm.cc File src/runtime/runtime-wasm.cc (right): https://codereview.chromium.org/2105013004/diff/1/src/runtime/runtime-wasm.cc#newcode30 src/runtime/runtime-wasm.cc:30: Code* code = isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code; On 2016/06/29 07:13:31, ahaas wrote: ...
4 years, 5 months ago (2016-06-29 23:38:38 UTC) #5
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/2105013004/60001
4 years, 5 months ago (2016-06-29 23:38:58 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-06-29 23:40:45 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 23:42:57 UTC) #12
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8bd1e0dc889320609c179a3b20914f4fc632dae0
Cr-Commit-Position: refs/heads/master@{#37409}

Powered by Google App Engine
This is Rietveld 408576698