Skip to content

In JIT mode GC does not mark local variables #3404

Description

@borisbat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions