Skip to content

Use a garbage collector #32

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions