Skip to content

How to move stack vars to the heap? #29

@ounsworth

Description

@ounsworth

This task might be due to my ignorance more than anything.

When you design for no_std, that means that everything is on the stack, which can cause you to blow your stack limit. Research
how an application that itself is not no_std can put our large structs (like key objects) on the heap. Is this what
Box is for? It would be nice to throw an example of that into the crate docs somewhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionThis will involve some community discussion to choose the right designgood first issueGood for newcomershelp wantedCould be picked up by anyone in the community

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions