• Dominik Inführ's avatar
    [heap] Introduce safepoint mechanism · c84963ea
    Dominik Inführ authored
    Add safepoint mechanism to stop concurrent threads and bring them to a
    safepoint. Threads are stopped before the safepoint and after e.g. the
    GC resumed again. Each thread needs to be stopped in a safepoint, such
    that all roots can be iterated safely.
    
    Running threads need to be cooperative and are required to perform
    regular safepoint polls.
    
    Bug: v8:10315
    Change-Id: I47f07e7d2ef5bc5adbba6b9e8e79a1f0f45b97ad
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2102578
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66727}
    c84963ea
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...