• hablich's avatar
    Revert of [wasm] WebAssembly.Memory object can be referenced by multiple... · de330e13
    hablich authored
    Revert of [wasm] WebAssembly.Memory object can be referenced by multiple Instance objects. (patchset #13 id:240001 of https://codereview.chromium.org/2471883003/ )
    
    Reason for revert:
    Test crashes after an unrelated revert: https://chromegw.corp.google.com/i/client.v8/builders/V8%20Linux%20-%20gc%20stress/builds/7189
    
    Reverting because of recommendation from WASM team.
    
    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
    > Cr-Original-Commit-Position: refs/heads/master@{#41121}
    > Cr-Commit-Position: refs/heads/master@{#41198}
    
    TBR=bradnelson@chromium.org,mtrofin@chromium.org,titzer@chromium.org,gdeepti@chromium.org
    # Skipping CQ checks because original CL landed less than 1 days ago.
    NOPRESUBMIT=true
    NOTREECHECKS=true
    NOTRY=true
    
    Review-Url: https://codereview.chromium.org/2529573002
    Cr-Commit-Position: refs/heads/master@{#41208}
    de330e13
Name
Last commit
Last update
..
OWNERS Loading commit data...
ast-decoder.cc Loading commit data...
ast-decoder.h Loading commit data...
decoder.h Loading commit data...
leb-helper.h Loading commit data...
managed.h Loading commit data...
module-decoder.cc Loading commit data...
module-decoder.h Loading commit data...
signature-map.cc Loading commit data...
signature-map.h Loading commit data...
wasm-debug.cc Loading commit data...
wasm-external-refs.cc Loading commit data...
wasm-external-refs.h Loading commit data...
wasm-interpreter.cc Loading commit data...
wasm-interpreter.h Loading commit data...
wasm-js.cc Loading commit data...
wasm-js.h Loading commit data...
wasm-macro-gen.h Loading commit data...
wasm-module-builder.cc Loading commit data...
wasm-module-builder.h Loading commit data...
wasm-module.cc Loading commit data...
wasm-module.h Loading commit data...
wasm-objects.cc Loading commit data...
wasm-objects.h Loading commit data...
wasm-opcodes.cc Loading commit data...
wasm-opcodes.h Loading commit data...
wasm-result.cc Loading commit data...
wasm-result.h Loading commit data...
wasm-text.cc Loading commit data...
wasm-text.h Loading commit data...