• 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
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-concurrent-allocation.cc Loading commit data...
test-concurrent-marking.cc Loading commit data...
test-embedder-tracing.cc Loading commit data...
test-external-string-tracker.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-invalidated-slots.cc Loading commit data...
test-iterators.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-memory-measurement.cc Loading commit data...
test-page-promotion.cc Loading commit data...
test-spaces.cc Loading commit data...
test-unmapper.cc Loading commit data...
test-weak-references.cc Loading commit data...
test-write-barrier.cc Loading commit data...