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

2024-01-07 Thread Logan Chien
Hi, I forgot to include the link in my previous email. If you want to have a look on my prototype, you can find it here: https://github.com/loganchien/pypy/tree/rv64 Thanks. Regards, Logan On Sun, Jan 7, 2024 at 5:18 PM Logan Chien wrote: > Hi all, > > I would like to contribute a RISC-V

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

2024-01-07 Thread Logan Chien
Hi all, I would like to contribute a RISC-V 64 JIT backend for RPython. I have made some progress at the end of 2023. ## Status My prototype can pass the test cases below: * test_runner.py * test_basic.py and almost all test_ajit.py related tests (except test_rvmprof.py) *