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

Inlining/Constant propagation in closures, rewrite as lambda #15

Open
mebsout opened this issue Oct 9, 2017 · 1 comment
Open

Inlining/Constant propagation in closures, rewrite as lambda #15

mebsout opened this issue Oct 9, 2017 · 1 comment

Comments

@mebsout
Copy link
Contributor

mebsout commented Oct 9, 2017

No description provided.

@mebsout
Copy link
Contributor Author

mebsout commented Apr 4, 2019

Partially solved with 9d0c404 and #203. We can still perform aggressive inlining of values that do not depend on parameters to turn closures into lambdas when possible.

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

No branches or pull requests

1 participant