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

More accurate live variables at the control point. #221

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

ptersilie
Copy link

Variables that die immediately after the control point are not live and thus don't need to be tracked and passed into traces. This reduces the number of live variables at the control point by one in some tests.

@ltratt ltratt added this pull request to the merge queue Jan 8, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 8, 2025
@ltratt
Copy link

ltratt commented Jan 8, 2025

Please force push a formatting update.

Variables that die immediately after the control point are not live and thus
don't need to be tracked and passed into traces. This reduces the number of
live variables at the control point by one in some tests.
@ptersilie
Copy link
Author

Whoops. Pushed.

@ltratt ltratt added this pull request to the merge queue Jan 8, 2025
Merged via the queue into ykjit:main with commit db94724 Jan 8, 2025
2 checks passed
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.

2 participants