This commit is contained in:
2026-01-20 01:23:52 -08:00
parent 243a012d3e
commit 4c04e71078
11 changed files with 145 additions and 33 deletions

View File

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