mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 15:09:32 +00:00
runtime: eagerly mark Boehm global roots
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user