Skip to content

Use a garbage collector #32

@girving

Description

@girving

We're now allocated duck values via malloc, but unfortunately the Boehm GC doesn't play nice with the Haskell runtime. Therefore, we're using standard C malloc for now, and never freeing any data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions