[pypy-commit] [Git][pypy/pypy][branch/default] add info to debug _ssl dll copying, try to only copy first found dll

2022-09-02 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: d8ae3bbe by Matti Picus at 2022-09-02T07:15:29-04:00 add info to debug _ssl dll copying, try to only copy first found dll - - - - - 2 changed files: - lib_pypy/_ssl_build.py - lib_pypy/pypy_tools/build_cffi_imports.py Vie

[pypy-commit] [Git][pypy/pypy][branch/default] try to not generate 300 variants of this function in C :-(

2022-09-02 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: c3d7f748 by Carl Friedrich Bolz-Tereick at 2022-09-02T13:02:41+02:00 try to not generate 300 variants of this function in C :-( - - - - - 1 changed file: - rpython/jit/metainterp/pyjitpl.py View it on Hept

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: optimize inline_call_* by not creating the intermediate list of boxes

2022-09-02 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy Commits: 5ccde865 by Carl Friedrich Bolz-Tereick at 2022-09-02T14:19:58+02:00 optimize inline_call_* by not creating the intermediate list of boxes instead, fill the new frame directly (bit similar to call_valuestack in