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

Fix Vacuuming of code leading up to an infinite loop #6632

Merged
merged 4 commits into from
May 29, 2024

Conversation

kripken
Copy link
Member

@kripken kripken commented May 29, 2024

We had that logic right in other places, but the specific part of Vacuum that
looks at code that leads up to an unreachable did not check for infinite loops,
so it could remove them.

@kripken kripken requested a review from tlively May 29, 2024 20:58
@kripken kripken merged commit 5d90167 into WebAssembly:main May 29, 2024
13 checks passed
@kripken kripken deleted the vacuum.iloop branch May 29, 2024 23:50
@gkdn gkdn mentioned this pull request Aug 31, 2024
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