Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits: af5e69b4 by Carl Friedrich Bolz-Tereick at 2022-05-13T21:43:30+02:00 use dict_to_switch to get rid of this constant dict (maybe there could be an rpython optimization for that too) - - - - - 1505badf by Carl Friedrich Bolz-Tereick at 2022-05-13T22:04:10+02:00 remove unused field - - - - - 5aec960c by Carl Friedrich Bolz-Tereick at 2022-05-13T22:16:13+02:00 another single-use dictionary type in cpyext flags initialization instead of looking up function pointers in a dict, unroll the loop - - - - - 6657cab9 by Carl Friedrich Bolz-Tereick at 2022-05-13T23:01:20+02:00 another dict type - - - - - 6e74d271 by Carl Friedrich Bolz-Tereick at 2022-05-13T23:09:11+02:00 remove dead global - - - - - 5 changed files: - pypy/module/_rawffi/interp_rawffi.py - pypy/module/cpyext/api.py - rpython/jit/backend/x86/assembler.py - rpython/jit/metainterp/optimizeopt/optimizer.py - rpython/rlib/rsocket.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/db59857d98cf8b95de5b5bc793ad355908ad49f3...6e74d271fa796a5aa2a39d8de53c922a6a43c8d7 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/db59857d98cf8b95de5b5bc793ad355908ad49f3...6e74d271fa796a5aa2a39d8de53c922a6a43c8d7 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to pypy-commit-le...@python.org https://mail.python.org/mailman3/lists/pypy-commit.python.org/ Member address: arch...@mail-archive.com