Skip to content

Garbage-Free Analyzer #227

@naratteu

Description

@naratteu

Simply adding bflat build --stdlib:zero makes the build run without a GC, but since objects can still be freely declared and never collected, memory leaks occur. To ensure that code requiring a GC (for example, new class) causes a build failure, how can this be enforced?

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