ladybird/Tests/LibGC
Ali Mohammad Pur 76f17f7703 LibGC: Add support for coordinated multi-heap collection
Allow having separate GC heaps and implement coordinated marking between
them; this is useful for keeping wasm and js GC heaps separated with a
clear boundary.
2026-06-19 17:01:47 +02:00
..
CMakeLists.txt LibGC: Add support for coordinated multi-heap collection 2026-06-19 17:01:47 +02:00
TestGCContainers.cpp LibGC: Introduce ConservativeHashTable 2026-05-28 21:16:23 +02:00
TestGCHeapGroup.cpp LibGC: Add support for coordinated multi-heap collection 2026-06-19 17:01:47 +02:00
TestGCIdleCollection.cpp LibGC: Proactively collect garbage when the mutator goes idle 2026-05-15 15:55:12 +02:00
TestGCVisitor.cpp LibGC+Tests: Allow overriding Heap::the() for tests 2026-05-20 20:37:55 +02:00