v8/include/cppgc
Omer Katz 0353c0af73 cppgc: Support weak containers
This CL adds TraceWeakContainer and VisitWeakContainer to the Visitor
api. It also introduces the weak_container_worklist_ used to force
re-tracing of weak containers that are reachable from stack.

Bug: chromium:1056170
Change-Id: I4ba75bd64939b8df9ece7422828a5ac647b03fd1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2491022
Commit-Queue: Omer Katz <omerkatz@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70708}
2020-10-22 14:01:04 +00:00
..
internal Fix typos 2020-10-19 07:27:09 +00:00
allocation.h cppgc: Support allocation with additional bytes 2020-10-21 08:50:58 +00:00
common.h heap,cppgc: Update StackState enum values 2020-05-12 12:07:27 +00:00
cross-thread-persistent.h Migrate CrossThreadPersistent 2020-10-09 14:33:57 +00:00
custom-space.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
default-platform.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
DEPS cppgc: Use libplatform as default platform 2020-10-08 18:16:52 +00:00
ephemeron-pair.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
garbage-collected.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
heap.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
liveness-broker.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
macros.h cppgc: Add initial implementation of young generation 2020-06-17 06:48:10 +00:00
member.h cppgc: Nullify source Members on move 2020-08-28 10:38:36 +00:00
name-provider.h cppgc: Add naming infrastructure 2020-10-08 12:25:21 +00:00
OWNERS cppgc: Make bikineev and omerkatz owners of include/cppgc 2020-08-28 08:05:30 +00:00
persistent.h Reland "cppgc: Properly clear (Weak)Peristent and WeakMember pointers" 2020-06-19 08:48:49 +00:00
platform.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
prefinalizer.h cppgc: Use full qualifier in prefinalizer macro. 2020-08-05 15:50:07 +00:00
README.md cppgc: Hello world 2020-03-23 21:42:56 +00:00
source-location.h cppgc: Improve API documentation 2020-10-19 09:36:18 +00:00
trace-trait.h cppgc: Provide TraceTraitBase that users can inherit from 2020-10-08 19:22:21 +00:00
type-traits.h cppgc: Make Trace methods const 2020-04-20 13:15:13 +00:00
visitor.h cppgc: Support weak containers 2020-10-22 14:01:04 +00:00

C++ Garbage Collection

This directory provides an open-source garbage collection library for C++.

The library is under construction, meaning that all APIs in this directory are incomplete and considered unstable and should not be used.