[pypy-dev] Re: Contribute a RISC-V 64 JIT backend

2024-01-16 Thread Logan Chien
Hi Matti, Thank you for your information. I will try these this weekend. Regards, Logan On Tue, Jan 16, 2024, 12:52 AM Matti Picus wrote: > On 16/1/24 07:02, Logan Chien wrote: > > > Hi, > > > > I have good news: the RISC-V backend can pass as many unit tests as > > the AArch64 backend. I

[pypy-dev] Re: Contribute a RISC-V 64 JIT backend

2024-01-16 Thread Matti Picus
On 16/1/24 07:02, Logan Chien wrote: Hi, I have good news: the RISC-V backend can pass as many unit tests as the AArch64 backend.  I got vmprof and codemap working this weekend.  I also completed a full translation and got a workable pypy executable. I have two questions now: 1. Are there