Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy
Commits: d56ee3ec by Carl Friedrich Bolz-Tereick at 2021-11-20T22:40:08+01:00 issue #3598: make sure that the various pop+jump bytecodes call jump_absolute in case they jump backwards, to give the JIT a chance to start a trace from them --HG-- branch : py3.8-fix-jitting-of-empty-listcomps - - - - - 8ea3cf61 by Carl Friedrich Bolz-Tereick at 2021-11-30T13:13:07+01:00 merge py3.8-fix-jitting-of-empty-listcomps: make sure that all bytecodes that can close a loop go via jump_absolute, so the JIT can trace them --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/pyopcode.py - pypy/module/pypyjit/test_pypy_c/test_array.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c90ed1399b51b64a54dbc6ec219a7fd286032658...8ea3cf610a82854a54b2d5c34b84cc5e0f476479 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/c90ed1399b51b64a54dbc6ec219a7fd286032658...8ea3cf610a82854a54b2d5c34b84cc5e0f476479 You're receiving this email because of your account on foss.heptapod.net.
_______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit