• Michael Starzinger's avatar
    [wasm] Avoid embedding {null} values in WasmCode. · fabb5140
    Michael Starzinger authored
    This loads references to {null} values from the instance object instead
    of embedding them into the generated code. It is one step towards making
    the {WasmCode} objects independent of the Isolate.
    
    Note that this also fixes an issue with the serializer/deserializer that
    failed to properly serialize {null} values and accidentally collapsed
    them to {undefined} values instead.
    
    R=ahaas@chromium.org
    TEST=mjsunit/regress/wasm/regress-7785
    BUG=v8:7424,v8:7785
    
    Change-Id: Ie436c2d96890e7c8c89ffe2bd4189a759254775b
    Reviewed-on: https://chromium-review.googlesource.com/1070981
    Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53352}
    fabb5140
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-c-wasm-entry.cc Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-atomics.cc Loading commit data...
test-run-wasm-atomics64.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-sign-extension.cc Loading commit data...
test-run-wasm-simd.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-streaming-compilation.cc Loading commit data...
test-wasm-breakpoints.cc Loading commit data...
test-wasm-codegen.cc Loading commit data...
test-wasm-interpreter-entry.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-atomics-utils.h Loading commit data...
wasm-run-utils.cc Loading commit data...
wasm-run-utils.h Loading commit data...