• Dominik Inführ's avatar
    Reland "[heap] Remove SWEEPING phase in incremental marking" · dec7565f
    Dominik Inführ authored
    This is a reland of 2afb00c0
    
    Original change's description:
    > [heap] Remove SWEEPING phase in incremental marking
    >
    > 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: Ulan Degenbaev <ulan@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#71555}
    
    Change-Id: I173bdeaf342d4c0590453f7d9eeb8ab5cfddc73c
    Bug: v8:11220, v8:11221
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2571111
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71592}
    dec7565f
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...