• Michael Lippautz's avatar
    Reland "cppgc: Add page memory allocation backend" · 3e1c7040
    Michael Lippautz authored
    This is a port of src/components/gc that was added recently.
    
    Differences:
    - Added back bucketing to the page pool, as that guarantees that
      arenas used for specific types do not have their pages used by other
      arenas.
    - Replaced base::flat_map with std::map. This may cause performance
      regressions when using PageMemoryRegionTree in hot paths. A
      vector-like representation may be used to fix such a regression
    
    This reverts commit 656c68a7.
    
    Bug: chromium:1056170
    Change-Id: I638183c944255ebcaab47d2b94b1980d54479746
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2143814Reviewed-by: 's avatarMaya Lekova <mslekova@chromium.org>
    Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67080}
    3e1c7040
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging 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...
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...