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 reasonable register allocator #3

Open
janvrany opened this issue Sep 9, 2022 · 2 comments
Open

Implement reasonable register allocator #3

janvrany opened this issue Sep 9, 2022 · 2 comments
Labels
good first issue Good for newcomers

Comments

@janvrany
Copy link
Owner

janvrany commented Sep 9, 2022

...for example, linear scan allocator should be simple enough to write.

@janvrany janvrany added the good first issue Good for newcomers label Sep 9, 2022
@janvrany
Copy link
Owner Author

Another paper on linear scan in HotSpot: https://ssw.jku.at/Research/Papers/Wimmer05/Wimmer05.pdf

@janvrany
Copy link
Owner Author

Another paper on linear scan in TCC: https://www.complang.tuwien.ac.at/Diplomarbeiten/falbesoner14.pdf

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

No branches or pull requests

1 participant