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

Avoid checking errOut.is_none for unused errOut #541

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

chipshort
Copy link
Collaborator

@chipshort chipshort commented Jun 6, 2024

closes #536

I was able to reproduce it locally with the tests here in the repo.
I removed the is_none checks and that seems to help, but it's still a bit scary that this happens in the first place.

@webmaster128
Copy link
Member

but it's still a bit scary that this happens in the first place.

Jupp, looks like an optimizer bug – especially since different optimizer levels are a workaround

@chipshort chipshort merged commit 953c615 into main Jun 7, 2024
14 checks passed
@chipshort chipshort deleted the chipshort/workaround-optimizer-bug branch June 7, 2024 08:30
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.

Broken optimised wasmd build
2 participants