Skip to content

Garbage collector/Memory management #18

@jx853

Description

@jx853

add a garbage collector and replace all calls to malloc for heap allocated variables in the interpreter such as strings with the garbage collector allocator, investigate changing all stack allocations of Value structs to arena allocations to avoid stack overflows.

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