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

Dead code elimination in JuvixReg #2827

Closed
lukaszcz opened this issue Jun 13, 2024 · 0 comments · Fixed by #2835
Closed

Dead code elimination in JuvixReg #2827

lukaszcz opened this issue Jun 13, 2024 · 0 comments · Fixed by #2835
Assignees
Labels
Milestone

Comments

@lukaszcz
Copy link
Collaborator

lukaszcz commented Jun 13, 2024

Eliminate dead assignments in JuvixReg. Should be performed after copy propagation.

@lukaszcz lukaszcz added this to the 0.6.3 milestone Jun 13, 2024
@lukaszcz lukaszcz self-assigned this Jun 13, 2024
lukaszcz added a commit that referenced this issue Jun 18, 2024
* Closes #1614 
* Implements the copy propagation transformation in JuvixReg and adds
tests for it.
* For this optimization to give any improvement, we need to run dead
code elimination afterwards (#2827).
lukaszcz added a commit that referenced this issue Jun 21, 2024
* Closes #2702 
* For this to give any improvement, we need to run dead code elimination
afterwards (#2827).

Depends on:
* #2828
@lukaszcz lukaszcz added cairo and removed cairo labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant