• 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
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...