• Dominik Inführ's avatar
    [heap] Remove SWEEPING phase in incremental marking · 2afb00c0
    Dominik Inführ authored
    The SWEEPING phase in incremental marking was used to finish sweeping
    of the last GC cycle concurrently before starting incremental marking.
    This avoids potentially long pauses when starting incremental marking.
    However this shouldn't be necessary in most cases where sweeping is
    already finished when starting the next cycle. The implementation also
    didn't cleanly separate the GC cycles.
    
    In case the sweeping phase is necessary for pause times, we can
    introduce a "CompleteSweep" phase which runs right before starting
    incremental marking.
    
    Change-Id: Iaff8c06d5691e584894f57941f181d0424051eec
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2567707
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71555}
    2afb00c0
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...
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...