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)
* test_zrpy_gc_boehm.py
I am still working on test_zrpy_gc.py though (p.s. I can pass this if I
disable malloc inlining).
I haven't done a full translation yet.
## Logistic
I wonder how you would like to review the …
[View More]patches? I have roughly 73
pending commits. Each commit has a specific reason for change and
corresponding test cases (if applicable).
Is it better to just send one GitHub Pull Request containing all of them?
Or, do you prefer one commit per Pull Request?
Thank you.
Regards,
Logan
[View Less]
Hi PyPy developer team,
Glad that you have released the new version for pypy3.10-v7.3.16 recently,
but there is a little problem for this windows zip file.
Maybe this file pypy3.10-v7.3.16-win64.zip (
https://downloads.python.org/pypy/pypy3.10-v7.3.16-win64.zip) is not
completed, the sha256 value is different from you wrote on the website (
https://www.pypy.org/checksums.html).
Official Website sha256:
e08415a2f35c6ecf2342b504bdfde11e4c5eca3fc5ef7fd2214ff064a5a54396
pypy3.10-v7.3.16-win64.…
[View More]zip
Actual sha256:
95ff7c3f23098307de9bea5ea75f47c6c4d615c07bee2e841aecef10e751286b
pypy3.10-v7.3.16-win64.zip
Hope you can check with this issue, thanks in advance.
Have a nice day!
[View Less]
I have released PyPy v7.3.16, which includes
- bugfixes for the garbage collector
- updates to the upstream stdlib for security issues
Please try it out and report any problems.
Matti