what title says.
def foo() {
var a <- new Foo()
gc_heap_collect() // does not see a, Foo gets deleteed
}
we need some means to address this, or at least verify. I think verify is the right verb. In jit mode gc_heap_collect in this function should not compile.
what title says.
def foo() {
var a <- new Foo()
gc_heap_collect() // does not see a, Foo gets deleteed
}
we need some means to address this, or at least verify. I think verify is the right verb. In jit mode gc_heap_collect in this function should not compile.