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

Support locals on stack #61

Open
polsys opened this issue Apr 23, 2019 · 0 comments
Open

Support locals on stack #61

polsys opened this issue Apr 23, 2019 · 0 comments
Labels
area-CodeGen Final code generation. type-Feature A self-contained, possibly larger, new behavior.

Comments

@polsys
Copy link
Owner

polsys commented Apr 23, 2019

Support method call parameters and spilled locals on stack. This is also related to #19. This requires small changes to the register allocator and an additional code path for each instruction in the emitter.

@polsys polsys added type-Feature A self-contained, possibly larger, new behavior. area-CodeGen Final code generation. labels Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen Final code generation. type-Feature A self-contained, possibly larger, new behavior.
Projects
None yet
Development

No branches or pull requests

1 participant