fix array gc bug; new gc error chasing

This commit is contained in:
2026-02-13 16:58:42 -06:00
parent c1430fd59b
commit e80e615634
15 changed files with 9585 additions and 9446 deletions

2
meson.options Normal file
View File

@@ -0,0 +1,2 @@
option('validate_gc', type: 'boolean', value: false,
description: 'Enable GC validation checks (stale pointer detection, pre-GC frame validation)')