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

Break up LetRec nodes in Core into strongly connected components. #1677

Closed
lukaszcz opened this issue Dec 22, 2022 · 0 comments · Fixed by #1894
Closed

Break up LetRec nodes in Core into strongly connected components. #1677

lukaszcz opened this issue Dec 22, 2022 · 0 comments · Fixed by #1894
Assignees
Labels
core Related to JuvixCore enhancement New feature or request
Milestone

Comments

@lukaszcz
Copy link
Collaborator

lukaszcz commented Dec 22, 2022

Break up LetRec nodes into true strongly connected components based on a local analysis of the call graph. This may have a significant impact on performance if each let-block in the front-end is translated naively into a single LetRec node in Core. This also affects the code generated for the GEB backend.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants