Matti Picus pushed to branch branch/py3.10 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

- - - - -
504d9567 by Matti Picus at 2023-03-10T08:16:55+11:00
typo (issue 3901)

--HG--
branch : py3.9

- - - - -
505ea8c4 by Matti Picus at 2023-03-10T08:18:27+11:00
merge py3.9

--HG--
branch : py3.10

- - - - -


7 changed files:

- lib-python/3/venv/__init__.py
- 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/425172b50bb01037436057e4de250ced7f51f1ea...505ea8c4c3799ddd8e31970998941165f9393626

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/425172b50bb01037436057e4de250ced7f51f1ea...505ea8c4c3799ddd8e31970998941165f9393626
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

Reply via email to