• Clemens Backes's avatar
    [wasm][fuzzer] Do not enable shared memory · 2344edb2
    Clemens Backes authored
    Shared array buffers are not tracked by the garbage collector, which
    makes the fuzzer run out of memory pretty quickly. Since shared memory
    is not needed any more for testing atomics, we can just make the memory
    non-shared again.
    
    This also improves the performance of the fuzzer (execs/s) by more than
    2x locally.
    
    R=ahaas@chromium.org
    
    Bug: chromium:1281419
    Change-Id: Ic7803617d6a14aaa698d9181327ec20b21d29faa
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3350764Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#78418}
    2344edb2
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...