• Dominik Inführ's avatar
    [heap] Split old-to-new remembered set · 167a8946
    Dominik Inführ authored
    Split OLD_TO_NEW remembered set and add OLD_TO_NEW_SWEEPING. The
    OLD_TO_NEW remembered set is moved to OLD_TO_NEW_SWEEPING during
    mark-compact. OLD_TO_NEW_SWEEPING is then modified by the sweeper.
    Before using the page again, OLD_TO_NEW and OLD_TO_NEW_SWEEPING are
    merged again.
    
    This means only the main thread modifies OLD_TO_NEW, the sweeper only
    removes entries from OLD_TO_NEW_SWEEPING. We can use this property
    to make accesses non-atomic in a subsequent CL.
    
    Bug: v8:9454
    Change-Id: I9057cf85818d647775ae4c7beec4c8ccf73e18f7
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1771783Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#63807}
    167a8946
Name
Last commit
Last update
..
OWNERS Loading commit data...
runtime-array.cc Loading commit data...
runtime-atomics.cc Loading commit data...
runtime-bigint.cc Loading commit data...
runtime-classes.cc Loading commit data...
runtime-collections.cc Loading commit data...
runtime-compiler.cc Loading commit data...
runtime-date.cc Loading commit data...
runtime-debug.cc Loading commit data...
runtime-forin.cc Loading commit data...
runtime-function.cc Loading commit data...
runtime-futex.cc Loading commit data...
runtime-generator.cc Loading commit data...
runtime-internal.cc Loading commit data...
runtime-interpreter.cc Loading commit data...
runtime-intl.cc Loading commit data...
runtime-literals.cc Loading commit data...
runtime-module.cc Loading commit data...
runtime-numbers.cc Loading commit data...
runtime-object.cc Loading commit data...
runtime-operators.cc Loading commit data...
runtime-promise.cc Loading commit data...
runtime-proxy.cc Loading commit data...
runtime-regexp.cc Loading commit data...
runtime-scopes.cc Loading commit data...
runtime-strings.cc Loading commit data...
runtime-symbol.cc Loading commit data...
runtime-test.cc Loading commit data...
runtime-typedarray.cc Loading commit data...
runtime-utils.h Loading commit data...
runtime-wasm.cc Loading commit data...
runtime.cc Loading commit data...
runtime.h Loading commit data...