runtime: precisely scan globals on all platforms

This commit is contained in:
Jake Bailey
2026-08-07 12:08:32 -07:00
committed by Ron Evans
parent ede501ae2b
commit 59fb104004
18 changed files with 136 additions and 324 deletions
+6
View File
@@ -0,0 +1,6 @@
//go:build gc.leaking || gc.none
package runtime
func markGlobals() {
}