[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] turn on flags for enabling shallow tracing
Yusuke Izawa pushed to branch branch/threaded-code-generation-refactor-tracesplit at PyPy / pypy Commits: 2a89b7bc by Yusuke Izawa at 2022-06-24T18:21:20+09:00 turn on flags for enabling shallow tracing --HG-- branch : threaded-code-generation-refactor-tracesplit - - - - - 1 changed file: - rpython/jit/metainterp/optimizeopt/tracesplit.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2a89b7bc900cc87769b9d8c1bd794629b9ac922a -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/2a89b7bc900cc87769b9d8c1bd794629b9ac922a 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
[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation-refactor-tracesplit] 3 commits: fix the token handling in tracesplit
Yusuke Izawa pushed to branch branch/threaded-code-generation-refactor-tracesplit at PyPy / pypy Commits: 9e4bbb29 by Yusuke Izawa at 2022-06-24T18:13:39+09:00 fix the token handling in tracesplit --HG-- branch : threaded-code-generation-refactor-tracesplit - - - - - b8967504 by Yusuke Izawa at 2022-06-24T18:13:57+09:00 disable opts in threaded code generation --HG-- branch : threaded-code-generation-refactor-tracesplit - - - - - 9c0026d6 by Yusuke Izawa at 2022-06-24T18:14:31+09:00 WIP: enable the interpreter switching --HG-- branch : threaded-code-generation-refactor-tracesplit - - - - - 3 changed files: - rpython/jit/metainterp/compile.py - rpython/jit/metainterp/optimizeopt/tracesplit.py - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/626db83c5b34eee211e0fbdecab7473dba50e3fb...9c0026d6a8da9704526237e4bacc2f92f11e89a1 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/626db83c5b34eee211e0fbdecab7473dba50e3fb...9c0026d6a8da9704526237e4bacc2f92f11e89a1 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
[pypy-commit] [Git][pypy/pypy][branch/gc-custom-trace-memo] make sure to always inline the callback inside the specialized gc.trace...
Antonio Cuni pushed to branch branch/gc-custom-trace-memo at PyPy / pypy Commits: 698189c9 by Antonio Cuni at 2022-06-24T16:46:35+01:00 make sure to always inline the callback inside the specialized gc.trace functions. This is essential for minor collections, else we do an unnecessary call to _trace_drag_out which costs 5-10% on gcbench --HG-- branch : gc-custom-trace-memo - - - - - 1 changed file: - rpython/memory/gc/base.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/698189c923789afced487f0e053f29d9669d2f93 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/698189c923789afced487f0e053f29d9669d2f93 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