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

Update to weval 0.2.12. #141

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Update to weval 0.2.12. #141

merged 1 commit into from
Sep 4, 2024

Conversation

cfallin
Copy link
Member

@cfallin cfallin commented Sep 4, 2024

This pulls in some follow-up fixes to the earlier 0.2.11 upgrade (#140): the irreducibility check is now precise rather than approximate, so it doesn't trigger unnecessarily, and part of the transform (the max-SSA bit) is rewritten to use an explicit stack rather than recursion so as not to overflow the stack in extreme cases when it does run.

This pulls in some follow-up fixes to the earlier 0.2.11 upgrade (#140):
the irreducibility check is now precise rather than approximate, so it
doesn't trigger unnecessarily, and part of the transform (the max-SSA
bit) is rewritten to use an explicit stack rather than recursion so as
not to overflow the stack in extreme cases when it does run.
@guybedford guybedford merged commit e6205a5 into main Sep 4, 2024
4 checks passed
@guybedford guybedford deleted the cfallin/update-weval-0.2.12 branch September 4, 2024 02:52
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