• Clemens Hammacher's avatar
    [wasm] Test concurrent code emission · 11524453
    Clemens Hammacher authored
    This extends the jump table stress test. Currently, we generate
    different thunks (on the main thread) and then concurrently update the
    jump table to jump to one of these thunks.
    With this CL, we also generate the thunks concurrently. So this also
    tests whether there is proper synchronization between code generation
    and executing it in another thread.
    
    R=ahaas@chromium.org, mstarzinger@chromium.org
    
    Bug: v8:9477
    Change-Id: I3598329e37482ebd27a13acc752581c714226184
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1735319Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#63097}
    11524453
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-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...