runtime: precisely scan Wasm globals

This commit is contained in:
Jake Bailey
2026-08-07 10:32:00 -07:00
committed by Ron Evans
parent a7360d5ad3
commit 829fe514cc
11 changed files with 345 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
func gcMarkReachable() {
markStack()
findGlobals(markRoots)
markGlobals()
}
//go:extern runtime.stackChainStart