Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: 2a2b8683 by Carl Friedrich Bolz-Tereick at 2023-03-07T12:40:40+01:00 refactor bytecode compiler Instruction class a tiny bit: encode the jump target less weirdly - - - - - 2fa960c1 by Carl Friedrich Bolz-Tereick at 2023-03-07T13:11:12+01:00 allow using a default in dict_to_switch with int keys - - - - - 9caabffe by Carl Friedrich Bolz-Tereick at 2023-03-07T13:11:27+01:00 use dict_to_switch to be more efficient - - - - - 1e9411b6 by Carl Friedrich Bolz-Tereick at 2023-03-07T13:42:32+01:00 small improvement, rename have_return to be more clear what it means, and add other opcodes that end the execution of a block - - - - - 899f35bf by Carl Friedrich Bolz-Tereick at 2023-03-07T13:46:43+01:00 remove PythonCodeMaker.instrs - - - - - 9114d56f by Carl Friedrich Bolz-Tereick at 2023-03-07T22:31:00+01:00 merge default --HG-- branch : py3.9 - - - - - 6 changed files: - pypy/interpreter/astcompiler/assemble.py - pypy/interpreter/astcompiler/codegen.py - pypy/interpreter/astcompiler/optimize.py - pypy/interpreter/astcompiler/test/test_compiler.py - rpython/rlib/objectmodel.py - rpython/rlib/test/test_objectmodel.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/48a665da4a7e648fa1217691c1210f65491bd11c...9114d56fe9dfcfe2be7e70780ec8ac0944ee9a0c -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/48a665da4a7e648fa1217691c1210f65491bd11c...9114d56fe9dfcfe2be7e70780ec8ac0944ee9a0c 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