Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structured temporary stack manipulation in JuvixAsm #2554

Merged
merged 3 commits into from
Dec 15, 2023
Merged

Conversation

lukaszcz
Copy link
Collaborator

  • Replaces the pusht and popt instructions with block-based save and tsave. This encodes the structure of temporary stack manipulation syntactically, making it impossible to manipulate it in unexpected ways. Also simplifies compilation to Nock.
  • Adds optional names for temporaries and function arguments.

@paulcadman paulcadman merged commit 76548e4 into main Dec 15, 2023
4 checks passed
@paulcadman paulcadman deleted the asm-save branch December 15, 2023 12:55
lukaszcz added a commit that referenced this pull request Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants