Commit Graph

2 Commits

Author SHA1 Message Date
Davi Gomes
6d77c9edd1 Libraries: Move #pragma once above include headers
The #pragma once was placed after the #include directives instead of
immediately after the copyright comment, inconsistent with every other
header file
2026-03-22 14:05:44 +01:00
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