• Anton Bikineev's avatar
    cppgc: Remove the 2GB split · 411cd56d
    Anton Bikineev authored
    The split is rudimental and now is not needed at all:
    - as part of the shared-cage effort we added HeapHandle pointer to the
      BasePageHandle class (on the API side);
    - for the value-full barrier we get HeapHandle from bitmasking the
      value;
    - for the value-less barrier we get it from the callback provided by the
      caller.
    
    The CL entirely removes the split and uses the single
    BoundedPageAllocator. A minor note: the conservative stack scanning can
    become sligthly more expensive.
    
    Bug: chromium:1361582, chromium:1325007
    Change-Id: I2a8aded3dd12037998f36341c68af8e23b0dcd88
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3899320Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Commit-Queue: Anton Bikineev <bikineev@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#83232}
    411cd56d
Name
Last commit
Last update
..
internal Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
allocation.h Loading commit data...
common.h Loading commit data...
cross-thread-persistent.h Loading commit data...
custom-space.h Loading commit data...
default-platform.h Loading commit data...
ephemeron-pair.h Loading commit data...
explicit-management.h Loading commit data...
garbage-collected.h Loading commit data...
heap-consistency.h Loading commit data...
heap-handle.h Loading commit data...
heap-state.h Loading commit data...
heap-statistics.h Loading commit data...
heap.h Loading commit data...
liveness-broker.h Loading commit data...
macros.h Loading commit data...
member.h Loading commit data...
name-provider.h Loading commit data...
object-size-trait.h Loading commit data...
persistent.h Loading commit data...
platform.h Loading commit data...
prefinalizer.h Loading commit data...
process-heap-statistics.h Loading commit data...
sentinel-pointer.h Loading commit data...
source-location.h Loading commit data...
testing.h Loading commit data...
trace-trait.h Loading commit data...
type-traits.h Loading commit data...
visitor.h Loading commit data...