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

SSA-based constant folding #22

Open
2 tasks
polsys opened this issue Dec 18, 2018 · 0 comments
Open
2 tasks

SSA-based constant folding #22

polsys opened this issue Dec 18, 2018 · 0 comments
Labels
area-Optimization Optimization of the intermediate or final code. type-Feature A self-contained, possibly larger, new behavior.

Comments

@polsys
Copy link
Owner

polsys commented Dec 18, 2018

  • Fold expressions where values are constants stored in variables (ExpressionCompiler can not do this)
  • For branch conditions that become constants, perform simple dead code elimination
@polsys polsys added type-Feature A self-contained, possibly larger, new behavior. area-Optimization Optimization of the intermediate or final code. labels Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Optimization Optimization of the intermediate or final code. type-Feature A self-contained, possibly larger, new behavior.
Projects
None yet
Development

No branches or pull requests

1 participant