• Darius Mercadier's avatar
    [heap] Add new freelist: FreeListManyCachedOrigin · 18a2268f
    Darius Mercadier authored
    This new FreeList should be a reasonable replacement for our old
    FreeListLegacy: it is slightly less efficient (~1%), but uses much
    less memory (often 5% less old_space size).
    
    It is based on FreeListMany, with the following additions:
    
      - A cache to waste less time iterating empty categories
    
      - A fast path for allocations done in the runtime and generated code
    
      - A slow path (the same as FreeListMany actually) for allocations
        done in the GC.
    
    Bug: v8:9329
    Change-Id: Ifc10b88df7861266a721afd2c6e6d8357255ec4e
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1762292
    Commit-Queue: Darius Mercadier <dmercadier@google.com>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#63345}
    18a2268f
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...