A lot of work

This commit is contained in:
2026-01-19 05:57:18 -08:00
parent c7af58f674
commit c63b104bc6
12 changed files with 217 additions and 13 deletions

View File

@ -10,8 +10,8 @@ typedef struct GCEntry {
} GCEntry;
typedef struct {
unsigned int immortal : 1;
unsigned int mark : 1;
unsigned int local_ref_count : 7;
GCEntry *entry;
} ObjectGCInfo;