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

2024-01-15 Thread Logan Chien
Hi Maciej, Thank you for your information. Let me conduct more surveys. Thanks. Regards, Logan On Thu, Jan 11, 2024 at 2:44 AM Maciej Fijalkowski wrote: > Hi Logan > > As far as I remember (and neither Armin nor I did any major pypy > development recently), the vectorization was never really

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

2024-01-15 Thread Logan Chien
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 other test suites that I can check for the