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

Function inlining #24

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

Function inlining #24

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

  • Develop a simple heuristic for whether to inline a function
  • Copy the basic block graph, renaming locals
  • Tune the ordering of optimizations to make this effective (need to run CSE and constant folding after inlining, but maybe before it as well)
@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