Commit Graph

1 Commits

Author SHA1 Message Date
Shannon Booth
79e0e36e36 LibGC: Introduce GC::HeapHashTable<T>, a GC-aware hash table container
Conceptually similar to GC::Function and GC::HeapVector, allowing hash
tables to safely hold GC-managed values. GC::HeapHashTable derives
from GC::Cell and traces its table elements during marking.
2026-01-21 22:26:14 +01:00