• Anton Bikineev's avatar
    cppgc: shared-cage: Remove heap-specific metadata from cage-header · 62159ea3
    Anton Bikineev authored
    The CL is a prerequisite for the shared cage. Instead of storing
    state variables (is_incremental_marking_in_progress,
    is_young_generation_enabled) in the cage metadata, the CL moves them to
    HeapHandle. The HeapHandle pointer is now retrieved from page-headers.
    
    To make sure that the write-barrier code is better optimized, the
    HeapHandle definition is moved to internal/ headers. The part of
    BasePage that contains HeapBase (i.e. HeapHandle) pointer is also
    extracted and moved to the headers.
    
    Bug: v8:12231
    Change-Id: I44bf65d99a621d9548e4250386cf87476ca186ac
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3689730
    Commit-Queue: Anton Bikineev <bikineev@chromium.org>
    Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#81005}
    62159ea3
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...