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

Precompute debug operations info in linear time #3038

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Sep 13, 2024

After

let-folding stopped being linear in the size of the input program. All transformations should be linear whenever possible. This PR makes let-folding linear again.

@lukaszcz lukaszcz added core Related to JuvixCore optimization labels Sep 13, 2024
@lukaszcz lukaszcz added this to the 0.6.7 milestone Sep 13, 2024
@lukaszcz lukaszcz self-assigned this Sep 13, 2024
@lukaszcz lukaszcz changed the title Precomute debug operations info in linear time Precompute debug operations info in linear time Sep 13, 2024
@janmasrovira janmasrovira merged commit 66427cd into main Sep 14, 2024
4 checks passed
@janmasrovira janmasrovira deleted the linear-check-debug-ops branch September 14, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to JuvixCore optimization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants