[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] [WIP] Implement MatchSequence

2022-09-12 Thread Tadeu Zagallo (@tadeuzagallo)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] add some debugging output if the stack depth computation fails

2022-09-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] also show the stack size after each instruction

2022-09-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] Fix MatchSequence

2022-09-12 Thread Tadeu Zagallo (@tadeuzagallo)
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

[pypy-commit] [Git][pypy/pypy][branch/py3.9-pattern-matching-experiments] 203 commits: Implement logic and test for optimized adaption of base types.

2022-09-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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

[pypy-commit] [Git][pypy/pypy][branch/default] 2 commits: skip extra list copy

2022-09-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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:

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/rbigint-fromstr-subquadratic

2022-09-12 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
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. _