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

Peephole optimization in CPS conversion #58

Open
nilern opened this issue Jan 25, 2020 · 0 comments
Open

Peephole optimization in CPS conversion #58

nilern opened this issue Jan 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nilern
Copy link
Member

nilern commented Jan 25, 2020

Hotspot and Thorin do all sorts of constant and copy propagation, constant folding and common subexpression elimination in IR construction. We already kind of do constant and copy propagation -- we have to because the CPS IR conceptually has no names, just value edges.

@nilern nilern added the enhancement New feature or request label Jan 25, 2020
@nilern nilern added this to the Reasonably Fast milestone Jan 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant