• Ulan Degenbaev's avatar
    [heap] Split marking worklist into global worklist and local worklists · 28133adc
    Ulan Degenbaev authored
    This is the first step in refactoring Worklist to allow arbitrary
    number of local worklists with private segments:
    - Introduce MarkingWorklistImpl<> which will eventually replace
      (and will be renamed to) Worklist.
    - MarkingWorklistImpl<> owns the global pool of segments but does not
      keep track of private segments.
    - MarkingWorklistImpl<>::Local owns private segments and can be
      constructed dynamically on background threads.
    - Rename the existing MarkingWorklistsHolder to MarkingWorklists.
    - Rename the existing MarkingWorklists to MarkingWorklists::Local.
    - Rename the existing marking_workists_holder to marking_worklists.
    - Rename the existing marking_worklists to local_marking_worklists.
    
    Design doc: https://bit.ly/2XMtjLi
    Bug: v8:10315
    
    Change-Id: I9da34883ad34f4572fccd40c51e51eaf50c617bc
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2343330Reviewed-by: 's avatarDominik Inführ <dinfuehr@chromium.org>
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#69330}
    28133adc
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...