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

Implement some form of StackRep in the backend #29

Open
kritzcreek opened this issue Sep 8, 2024 · 0 comments
Open

Implement some form of StackRep in the backend #29

kritzcreek opened this issue Sep 8, 2024 · 0 comments

Comments

@kritzcreek
Copy link
Owner

At the moment a function returning unit will always put an i32 with value 0 on the stack which is usually immediately dropped. We should implement stack representation tracking so we can have each function emit code for its preferred stack representation and fix it up with wrappers in codegen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant