Skip to content

Create a compiler option to disable malloc free #2013

@andrew4328

Description

@andrew4328

While doing automatic reference counting or other GC tactics, it is incredibly useful to disable free and make it do nothing. This makes the memory allocations stop overwriting each other and makes reference count error cases deterministic.

lm --nofree input.lsts

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