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
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
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