-
Notifications
You must be signed in to change notification settings - Fork 824
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
Panic in the singlepass compiler #2347
Labels
Comments
Minimalized contract looks like that:
removing
Seems ad-hoc register allocator in Singlepass runs out of registers. |
Thank you for the bug report! |
Tested and reproduced the bug. It seems was introduced in Wasmer 1.0 |
I'm fixing this. |
chenyukang
added a commit
to chenyukang/wasmer
that referenced
this issue
Jun 5, 2021
bors bot
added a commit
that referenced
this issue
Jun 8, 2021
2391: Fix Singlepass issue #2347 r=Hywan a=chenyukang # Description Fix Singlepass compiler issue: #2347 I'm not sure whether the unit test case added to a suitable file. Any better suggestion? @syrusakbary Edit by @Hywan: Close #2347, close #2159. Co-authored-by: yukang <[email protected]> Co-authored-by: Yukang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
This results in
wasmer "1.0.2"
The text was updated successfully, but these errors were encountered: