Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at
PyPy / pypy
Commits:
839a4074 by Tadeu Zagallo at 2022-09-12T10:02:57+02:00
[WIP] Implement MatchSequence
--HG--
branch : py3.9-pattern-matching-experiments
- - - - -
9 changed files:
- lib-python/3/opcode.py
- py
Carl Friedrich Bolz-Tereick pushed to branch
branch/py3.9-pattern-matching-experiments at PyPy / pypy
Commits:
af081aa9 by Carl Friedrich Bolz-Tereick at 2022-09-12T10:21:12+02:00
add some debugging output if the stack depth computation fails
--HG--
branch : py3.9-pattern-matching-experiments
Carl Friedrich Bolz-Tereick pushed to branch
branch/py3.9-pattern-matching-experiments at PyPy / pypy
Commits:
693f8b48 by Carl Friedrich Bolz-Tereick at 2022-09-12T10:30:28+02:00
also show the stack size after each instruction
--HG--
branch : py3.9-pattern-matching-experiments
- - - - -
1
Tadeu Zagallo pushed to branch branch/py3.9-pattern-matching-experiments at
PyPy / pypy
Commits:
73d262eb by Tadeu Zagallo at 2022-09-12T10:38:39+02:00
Fix MatchSequence
--HG--
branch : py3.9-pattern-matching-experiments
- - - - -
2 changed files:
- pypy/interpreter/astcompiler/codegen.py
Carl Friedrich Bolz-Tereick pushed to branch
branch/py3.9-pattern-matching-experiments at PyPy / pypy
Commits:
091bcf4b by Nils Müller at 2022-06-05T14:57:54+02:00
Implement logic and test for optimized adaption of base types.
--HG--
branch : sqlite-need-adapt-optimization-pypy3
- - - - -
75
Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy
Commits:
5a42a58e by Carl Friedrich Bolz-Tereick at 2022-09-02T22:09:01+02:00
skip extra list copy
- - - - -
b5de122d by Carl Friedrich Bolz-Tereick at 2022-09-12T22:23:38+02:00
merge heads
- - - - -
2 changed files:
Carl Friedrich Bolz-Tereick pushed new branch
branch/rbigint-fromstr-subquadratic at PyPy / pypy
--
View it on Heptapod:
https://foss.heptapod.net/pypy/pypy/-/tree/branch/rbigint-fromstr-subquadratic
You're receiving this email because of your account on foss.heptapod.net.
_