Skip to content

Fuzzer: Run --dce when GC is enabled #5677

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

Merged
merged 3 commits into from
Apr 19, 2023
Merged

Fuzzer: Run --dce when GC is enabled #5677

merged 3 commits into from
Apr 19, 2023

Conversation

kripken
Copy link
Member

@kripken kripken commented Apr 19, 2023

DCE at the end avoids issues with non-nullable local operations in unreachable
code, which is still being discussed. This PR avoids fuzzer errors for now, but we
should revert it when we have a proper fix.

See

@kripken kripken requested a review from tlively April 19, 2023 16:45
Copy link
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like a good fix for now. If we get the spec change in, we can revert this without doing anything else.

@kripken kripken merged commit 8e965ee into main Apr 19, 2023
@kripken kripken deleted the just.dce branch April 19, 2023 17:37
radekdoulik pushed a commit to dotnet/binaryen that referenced this pull request Jul 12, 2024
DCE at the end avoids issues with non-nullable local operations in unreachable
code, which is still being discussed. This PR avoids fuzzer errors for now, but we
should revert it when we have a proper fix.

See

* WebAssembly#5599
* WebAssembly#5665
* WebAssembly/function-references#98
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