[pypy-commit] [Git][pypy/pypy][branch/default] 8 commits: stop allocating lists for all the arguments of operations in the frontend

2022-07-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 073ab68c by Carl Friedrich Bolz-Tereick at 2022-07-07T15:37:14+02:00 stop allocating lists for all the arguments of operations in the frontend --HG-- branch : tracing-speedup-minor - - - - - 2fa0186d by Carl F

[pypy-commit] [Git][pypy/pypy][branch/default] fix the flowspace tests when running on top of pypy

2022-07-16 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: abfbaa82 by Carl Friedrich Bolz-Tereick at 2022-07-16T20:03:17+02:00 fix the flowspace tests when running on top of pypy - - - - - 1 changed file: - rpython/flowspace/test/test_objspace.py View it on Hepta

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 18 commits: stop allocating lists for all the arguments of operations in the frontend

2022-07-16 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 073ab68c by Carl Friedrich Bolz-Tereick at 2022-07-07T15:37:14+02:00 stop allocating lists for all the arguments of operations in the frontend --HG-- branch : tracing-speedup-minor - - - - - 2fa0186d by Carl Friedrich Bolz-Tere