Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Add folder for stack usage calculations #6

Description

@kammce

There should be a distinct difference between stack memory when using result values and exceptions. Exceptions utilize no additional stack memory because no information about the air type is stored in any frame. With result types each frame, that ops into using result types or use a function that uses result types ,will need to have at least some memory allocated to storing the air type or discriminant.

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