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
-2
View File
@@ -19,8 +19,6 @@ declare ptr @runtime.gcGlobalRoot(i32)
declare i32 @runtime.gcGlobalRootSize(i32)
declare ptr @runtime.gcGlobalRootValues()
; Generic function that returns a pointer (that must be tracked).
define ptr @getPointer() {
ret ptr @someGlobal