runtime: eagerly mark Boehm global roots

This commit is contained in:
Jake Bailey
2026-08-07 11:24:01 -07:00
committed by Ron Evans
parent 829fe514cc
commit 160372b93a
4 changed files with 8 additions and 33 deletions
+3
View File
@@ -165,6 +165,9 @@ func libgc_size(ptr uintptr) uintptr
//export GC_push_all
func libgc_push_all(bottom, top uintptr)
//export GC_push_all_eager
func libgc_push_all_eager(bottom, top uintptr)
//export GC_push_all_stack
func libgc_push_all_stack(bottom, top uintptr)