• Ben L. Titzer's avatar
    [wasm] Implement table.drop · 97cdf35f
    Ben L. Titzer authored
    The table.drop bytecode "drops" the backing storage for an element
    initializer. In the V8 implementation, this is a nop, other than
    updating a per-instance boolean array so that two drops of the same
    segment or a drop of an active segment will trap.
    
    This is implemented with inline code in TurboFan in order to be symmetric
    to memory.drop, but could as easily be a runtime call to be supported in
    Liftoff.
    
    R=mstarzinger@chromium.org
    CC=​binji@chromium.org
    BUG=v8:7747
    
    Change-Id: Ic017398eaa764dd3a9ff19523453ff7142c9abf6
    Reviewed-on: https://chromium-review.googlesource.com/c/1408996Reviewed-by: 's avatarBen Smith <binji@chromium.org>
    Commit-Queue: Ben Titzer <titzer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58817}
    97cdf35f
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-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...