[pypy-commit] [Git][pypy/pypy][branch/py3.8] Port 211c8c95037f to reverse_debugging.py.

2022-06-29 Thread Manuel Jacob (@mjacob)
Manuel Jacob pushed to branch branch/py3.8 at PyPy / pypy Commits: ecc8dd42 by Manuel Jacob at 2022-06-30T05:38:12+02:00 Port 211c8c95037f to reverse_debugging.py. --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/reverse_debugging.py View it on Heptapod: https://foss.h

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 22 commits: add a counter that shows how often a virtualizable is forced

2022-06-29 Thread Antonio Cuni (@antocuni)
Antonio Cuni pushed to branch branch/py3.8 at PyPy / pypy Commits: 7590e1ed by Carl Friedrich Bolz-Tereick at 2022-06-11T17:54:21+02:00 add a counter that shows how often a virtualizable is forced (this is somewhat experimental, because I think it also counts every blackhole use, so might need

[pypy-commit] [Git][pypy/pypy][branch/default] 15 commits: The final goal l of this branch is to ensure that we can use

2022-06-29 Thread Antonio Cuni (@antocuni)
Antonio Cuni pushed to branch branch/default at PyPy / pypy Commits: f99c9092 by Antonio Cuni at 2022-06-19T17:28:46+01:00 The final goal l of this branch is to ensure that we can use @specialize.memo(on callbacks which are passed to rgc.register_custom_trace_hook. The firfirst step is to ensu