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

Inline non-recursive functions with only one call site #3204

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Nov 29, 2024

@lukaszcz lukaszcz added enhancement New feature or request core Related to JuvixCore optimization labels Nov 29, 2024
@lukaszcz lukaszcz added this to the 0.6.9 milestone Nov 29, 2024
@lukaszcz lukaszcz self-assigned this Nov 29, 2024
@lukaszcz lukaszcz force-pushed the inline-single-call-site branch 2 times, most recently from 3829bf7 to f41359d Compare December 3, 2024 11:46
@lukaszcz lukaszcz marked this pull request as ready for review December 3, 2024 11:52
@janmasrovira janmasrovira force-pushed the inline-single-call-site branch from f41359d to fedb895 Compare December 4, 2024 09:44
@lukaszcz lukaszcz merged commit c79f5e3 into main Dec 4, 2024
4 checks passed
@lukaszcz lukaszcz deleted the inline-single-call-site branch December 4, 2024 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to JuvixCore enhancement New feature or request optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline non-recursive functions which are called only once
2 participants