mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-12 07:29:30 +00:00
runtime: precisely scan Wasm globals
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
func gcMarkReachable() {
|
||||
markStack()
|
||||
findGlobals(markRoots)
|
||||
markGlobals()
|
||||
}
|
||||
|
||||
//go:extern runtime.stackChainStart
|
||||
|
||||
Reference in New Issue
Block a user