• 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
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...