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