[pypy-commit] [Git][pypy/pypy][branch/default] macos arm64 does not support ffi_prep_cif_var, we can just ignore it

2022-07-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 07b8da46 by Matti Picus at 2022-07-13T10:29:14+03:00 macos arm64 does not support ffi_prep_cif_var, we can just ignore it - - - - - 1 changed file: - rpython/rlib/clibffi.py View it on Heptapod: https://foss.heptapod.net

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 13 commits: WIP: refactor tracesplit

2022-07-13 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: dee9ec79 by Yusuke Izawa at 2022-06-22T01:13:25+09:00 WIP: refactor tracesplit --HG-- branch : threaded-code-generation-refactor-tracesplit - - - - - ed3f4666 by Yusuke Izawa at 2022-06-22T22:50:01+09:00 fix

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] (shimst3r,cfbolz) Fix optimisation logic for adapt

2022-07-13 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization-pypy3 at PyPy / pypy Commits: 8cf9a71a by Nils Müller at 2022-07-13T20:10:01+02:00 (shimst3r,cfbolz) Fix optimisation logic for adapt --HG-- branch : sqlite-need-adapt-optimization-pypy3 - - - - - 2 changed files: - extra_tests/te

[pypy-commit] [Git][pypy/pypy][branch/sqlite-need-adapt-optimization-pypy3] (shimst3r,cfbolz) replace hashmap lookup with beautiful if clauses

2022-07-13 Thread Nils (@shimst3r)
Nils pushed to branch branch/sqlite-need-adapt-optimization-pypy3 at PyPy / pypy Commits: 68475fc2 by Nils Müller at 2022-07-13T20:43:12+02:00 (shimst3r,cfbolz) replace hashmap lookup with beautiful if clauses --HG-- branch : sqlite-need-adapt-optimization-pypy3 - - - - - 1 changed file: -