Skip to content

Design a runtime to formally manage temporary variables and other things #84

@snowmantw

Description

@snowmantw

From the stack entering-leaving, we leave some temporary variables that declared and defined in the original function scope. This is not ideal, and if we keep this project growing we would run into troubles.

The better way is to design a debuguy runtime, so that we could manage them in a formal way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions