• Michael Lippautz's avatar
    Reland "cppgc: Add page memory allocation backend" · 67ea6211
    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 a056cea5.
    
    Bug: chromium:1056170
    Change-Id: Iffb8b0d91c8cca1815d7a1cda9486e7716aea75f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2144060
    Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
    Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67117}
    67ea6211
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...