• Leszek Swirski's avatar
    [heap] Add base class for LargeObjectSpaces · eb667651
    Leszek Swirski authored
    Both LO_SPACE and NEW_LO_SPACE use the basic page management system of
    LargeObjectSpace, but implement different AllocateRaw methods (with
    the NEW_LO_SPACE version shadowing the LO_SPACE version).
    
    To clean this up, and allow other future LargeObjectSpace implementations
    (in particular, an off-thread variant), refactored the current
    LargeObjectSpace into a base class, and make both LargeObjectSpace
    (renamed to OldLargeObjectSpace) and NewLargeObjectSpace extend this
    class.
    
    Bug: chromium:1011762
    Change-Id: I41b45b97f2611611dcfde677213131396df03a5e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1876824
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Auto-Submit: Leszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#64560}
    eb667651
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-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-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...