-
Notifications
You must be signed in to change notification settings - Fork 40
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
Aarch64 to Risc-V64 translation #14
Comments
RISC-V hosts are currently not supported, I don't have access to RISC-V hardware with reasonable performance. Bringing RISC-V support up should be fairly easy.
For performance, you also want to look at calling conventions, where things typically get a bit messy. |
Thank you! |
Yeah, forgot about that. You need to implement |
Thank you! |
Hello!
Could you, please, answer, is it possible to add Aarch64(guest) to Riscv64(host) translation in instrew?
If so, could you, please, describe steps and changes needed to implement such translation?
The text was updated successfully, but these errors were encountered: