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

Optimizations Milestone #2 #88

Open
wants to merge 51 commits into
base: 2022
Choose a base branch
from

Conversation

venkat201097
Copy link
Contributor

The new milestone includes copy propagation, liveness analysis and dead-code elimination. We modified the worklist routine to a general infrastructure that can carry out different analyses. Each analysis type is represented as a Env class that contains the property to be tracked by worklist, and all relevant methods for merging and calculating the environments.

ranjan-rishabh and others added 30 commits May 23, 2022 22:16
@nirmalthomas2609
Copy link
Contributor

If merging this, please do close our previous pull request to resolve conflicts: #79

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

Successfully merging this pull request may close these issues.

4 participants