• Dominik Inführ's avatar
    [heap] Remove COMPLETE state from IncrementalMarking · 4e815bd6
    Dominik Inführ authored
    This CL removes the COMPLETE state from incremental marking. Since
    then the only states left were STOPPED and MARKING, we can replace
    the state with an is_running_ boolean field.
    
    The state could change back-and-forth between MARKING and COMPLETE.
    IsMarking() was already also checking for COMPLETE. So most code
    already treated both states the same. IsComplete() now checks whether
    marking is running and a transitive closure was reached already.
    
    IncrementalMarking::Step() didn't process the marking queue when in
    COMPLETE. This should be relatively rare though since it only
    transitioned into COMPLETE when the stack guard was armed and the
    allocation observer ran again before reaching a stack guard check.
    
    Bug: v8:12775
    Change-Id: Ied48d8c512ad3d1b3d2e29393d43b434b5fda8fe
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3835689Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#82581}
    4e815bd6
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint 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...