• Clemens Backes's avatar
    [wasm] Split adding code from publishing · e8ff83dd
    Clemens Backes authored
    Adding code can happen in parallel (it includes copying the code to the
    code region and relocation it). Publishing happens under one lock per
    native module though. We eventually want to avoid blocking on this lock
    for too long. This CL prepares that by splitting the actions of adding
    and publishing code.
    
    R=ahaas@chromium.org
    
    Bug: v8:10330, v8:10387
    Change-Id: Iddbdadfe32e691bbf5e7b387ea947579bc3376f3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2134372
    Commit-Queue: Clemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66979}
    e8ff83dd
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...
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...