-
Notifications
You must be signed in to change notification settings - Fork 38
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
Sign extension #45
Comments
These are part of the sign-extension operators extension (opcode ref). This is now considered default by LLVM. |
👍 I don't work on this project much anymore but if/when I get around to it, that and many other extensions would be added (e.g. GC) |
Not promising I’d have time or anything, but if I did, would you accept PRs? |
Yes, but I can't promise I'd review quickly. Also, you'd have to update the test harness surely, and unsure if you'd uncover any other bugs. |
The sign extension instructions (
i32.extend8_s
,i32.extend16_s
,i64.extend8_s
,i64.extend16_s
, andi64.extend32_s
) seem like they would map quite nicely onto efficient JVM code.The text was updated successfully, but these errors were encountered: