• Ulan Degenbaev's avatar
    [heap] Implement per-context marking worklist draining · e27e6fd6
    Ulan Degenbaev authored
    This changes the marking worklist draining for the main thread
    marker and the concurrent marker to use the following algorithm in
    per-context mode:
    1) Pop an object from the marking worklist.
    2) Try to infer the native context that owns the objects.
       This is done using a new NativeContextInferrer class.
    3) If the inference is successful, then change the active marking
       worklist to the worklist of the inferred native context.
    4) Otherwise, keep the current active marking worklist.
    5) Visit the object. Newly discovered objects will be pushed
       onto the active marking worklist.
    6) Account the object size for the native context corresponding
       to the active marking worklist.
       This is done using a new NativeContextStats class.
    
    The main property of the algorithm is that each object for which
    we couldn't infer the native context is either attributed to
    the native context retaining it or is not attributed to any native
    context.
    
    Bug: chromium:973627
    
    Change-Id: Ide4ab992275d115279f971d89ace657f4c05e176
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1981491
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarDominik Inführ <dinfuehr@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#65663}
    e27e6fd6
Name
Last commit
Last update
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.flake8 Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
COMMON_OWNERS Loading commit data...
DEPS Loading commit data...
ENG_REVIEW_OWNERS Loading commit data...
INFRA_OWNERS Loading commit data...
INTL_OWNERS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
MIPS_OWNERS Loading commit data...
OWNERS Loading commit data...
PPC_OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
S390_OWNERS Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...