[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] WIP: interpreter switching

2022-06-01 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 76d1d383 by Yusuke Izawa at 2022-06-01T23:29:26+09:00 WIP: interpreter switching --HG-- branch : threaded-code-generation - - - - - 1 changed file: - rpython/jit/tl/threadedcode/tla.py View it on Heptap

[pypy-commit] [Git][pypy/pypy][branch/py3.8] see if incorrectly saving all xmm registers around calls fixes any SciPy tests in CI

2022-06-01 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: de897ffd by Matti Picus at 2022-06-01T23:02:39+03:00 see if incorrectly saving all xmm registers around calls fixes any SciPy tests in CI --HG-- branch : py3.8 - - - - - 1 changed file: - rpython/jit/backend/x86/regalloc.py