Skip to content

Heap #4

Description

@csjh
  • Add efficient malloc/free impl, based on Zig wasm allocator probably
    • maybe just do it based on heap variable keyword (implicit malloc call), harder to fuck up (but also maybe makes free slip your mind?)
  • Look into somewhat seamless struct conversion between allocation types (preferably just something like
gc some_struct hello;
heap some_struct hello;
stack some_struct hello;

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions