DescriptionRevert of [wasm] WebAssembly.Memory object can be referenced by multiple Instance objects. (patchset #14 id:260001 of https://codereview.chromium.org/2471883003/ )
Reason for revert:
Probably causes bot failures (see https://bugs.chromium.org/p/v8/issues/detail?id=5707).
TBR=mtrofin@chromium.org
Original issue's description:
> [wasm] WebAssembly.Memory object can be referenced by multiple Instance objects.
>
> Add support for WebAssembly.Memory objects to be simultaneously referenced by multiple Instance objects. GrowingMemory should maintain a consistent view of memory across instances.
> - Store a link to instances that share WebAssembly.Memory in the WasmMemoryObject, updated on instantiate.
> - Implement WasmInstanceWrapper as a wrapper around the instance object to keep track of previous/next instances, instance object is stored as a WeakCell that can be garbage collected.
> - MemoryInstanceFinalizer maintains a valid list of instances when an instance is garbage collected.
> - Refactor GrowInstanceMemory to GrowMemoryBuffer that allocates a new buffer, and UncheckedUpdateInstanceMemory that updates memory references for an instance.
>
> R=titzer@chromium.org, mtrofin@chromium.org, bradnelson@chromium.org
>
> Committed: https://crrev.com/30ef8e33f3a199a27ca8512bcee314c9522d03f6
> Committed: https://crrev.com/3c98e339599b068f1ed630afb7601ff942424d31
> Committed: https://crrev.com/e108f90d5c17588910f1f91c56ceba2580277000
> Cr-Original-Original-Commit-Position: refs/heads/master@{#41121}
> Cr-Original-Commit-Position: refs/heads/master@{#41198}
> Cr-Commit-Position: refs/heads/master@{#41234}
TBR=bradnelson@chromium.org,mtrofin@chromium.org,titzer@chromium.org,ahaas@chromium.org,gdeepti@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
Patch Set 1 #
Messages
Total messages: 21 (9 generated)
|