• Clemens Backes's avatar
    [wasm] Fix flake in cmpxchg stress test · f9d3d78b
    Clemens Backes authored
    It seems that the mix of atomic and non-atomic updates to the same
    memory location is not working correctly. One fix is changing all memory
    updates to be atomic. Another fix is removing the non-atomic access that
    happens while the workers are already running (using atomic accesses).
    This CL implements the latter.
    
    R=ahaas@chromium.org
    
    Bug: v8:10647, v8:10650
    Change-Id: I84b4f3f442b6be3c4ea6e51962a523f443f5e43b
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2273133Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68603}
    f9d3d78b
Name
Last commit
Last update
..
benchmarks 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...