v8/include/cppgc/internal
Michael Lippautz 48e79783ee cppgc: Optimize MakeGarbageCollected
Annotate slow path call for creating a new GCInfo accordingly. This
path will only hit for the first object allocation for a given type.
All subsequent allocations will use the fast path.

Bug: chromium:1408821
Change-Id: Ifc1d3491a94b30dfeee1a2c9679c64939025fefe
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4161752
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Anton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/main@{#85408}
2023-01-19 18:46:28 +00:00
..
api-constants.h cppgc: Remove the 2GB split 2022-09-15 17:04:23 +00:00
atomic-entry-flag.h cppgc: Add write barrier 2020-06-02 18:03:35 +00:00
base-page-handle.h cppgc: shared-cage: Remove heap-specific metadata from cage-header 2022-06-08 16:13:53 +00:00
caged-heap-local-data.h cppgc: Remove the 2GB split 2022-09-15 17:04:23 +00:00
caged-heap.h cppgc: Remove the 2GB split 2022-09-15 17:04:23 +00:00
compiler-specific.h [cleanup][include] Remove redundant NOLINT annotations 2021-04-30 16:22:19 +00:00
finalizer-trait.h [cppgc] Remove custom void_t, use std 2022-04-06 09:48:21 +00:00
gc-info.h cppgc: Optimize MakeGarbageCollected 2023-01-19 18:46:28 +00:00
logging.h cppgc: Fix "#if" directive in logging.h 2021-11-23 13:24:29 +00:00
member-storage.h cppgc: Apply [[clang::trivial_abi]] for Member<> 2022-10-06 06:52:13 +00:00
name-trait.h cppgc: Fix name trait for gcc and msvc 2022-07-18 09:38:22 +00:00
persistent-node.h cppgc: Split of roots visitation from regular Visitor 2022-08-01 14:36:03 +00:00
pointer-policies.h cppgc: Implement slim write barrier 2023-01-11 18:54:57 +00:00
write-barrier.h cppgc: Change calling convention for slow write barrier bailout 2023-01-12 14:23:01 +00:00