-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[RISC-V] Initial patch to fix RISCV64 interpreter #94548
Conversation
@jkotas We have updated CoreCLR interpreter for RISC-V because I think the interpreter is useful for debugging in our product issue where JITC on RISC-V does not work well. However, I find it has many problems. Cannot compile on x64 and arm64 (before this PR). Cannot run helloworld from the beginning on arm64/x64/riscv64. (It can only run the helloworld main function). So I just wonder, do you have a plan to complete the interpreter? Or will you keep the interpreter as it is now? |
We do not have any plans with the CoreCLR interpreter. We know that it is pretty broken. |
Thank you for the comment. Okay. we need to use it very carefully. |
Could you enumerate the painspots with JITC? Perhaps it could be a starting point for a to-do list of improvements. |
We fixed many bugs in coreclr and corefx unit tests on QEMU and Sifive2 devices. |
Initial patch of interpreter for RISCV64 at HelloWorld level.
cc @wscho77 @HJLeee @clamp03 @JongHeonChoi @t-mustafin @gbalykov @viewizard @ashaurtaev @sirntar @yurai007 @Bajtazar @tomeksowi