• Dominik Inführ's avatar
    [heap] Introduce safepoint mechanism · 64759d44
    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.
    
    The last version of this CL was reverted because safepoint_requested_
    wasn't initialized (see https://crrev.com/c/2105634).
    
    Bug: v8:10315
    Change-Id: I6ef244c0fb31c178589b5e3d1c62687a8dd65768
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2105635Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#66732}
    64759d44
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...