[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 7 commits: fix compile_loop_and_split in compile.py
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: ac76222c by Yusuke Izawa at 2022-03-24T15:54:35+09:00 fix compile_loop_and_split in compile.py --HG-- branch : threaded-code-generation - - - - - 8570e032 by Yusuke Izawa at 2022-03-24T15:56:05+09:00 fix and add example programs --HG-- branch : threaded-code-generation - - - - - 31d21ed6 by Yusuke Izawa at 2022-03-24T15:57:05+09:00 fix FRAME_RESET in tla --HG-- branch : threaded-code-generation - - - - - c4b674e2 by Yusuke Izawa at 2022-03-24T15:58:19+09:00 fix tla --HG-- branch : threaded-code-generation - - - - - 26836755 by Yusuke Izawa at 2022-03-24T15:58:35+09:00 fix targettla and add targettlaiter2 --HG-- branch : threaded-code-generation - - - - - c0bb6220 by Yusuke Izawa at 2022-03-24T15:59:18+09:00 fix test_tla in tla --HG-- branch : threaded-code-generation - - - - - fe6c2da5 by Yusuke Izawa at 2022-03-24T15:59:30+09:00 update Makefile for tla --HG-- branch : threaded-code-generation - - - - - 14 changed files: - rpython/jit/metainterp/compile.py - rpython/jit/tl/threadedcode/Makefile - rpython/jit/tl/threadedcode/lang/ack.tla.py - + rpython/jit/tl/threadedcode/lang/fib-tail.tla.py - rpython/jit/tl/threadedcode/lang/fib.tla.py - rpython/jit/tl/threadedcode/lang/gcd.tla.py - + rpython/jit/tl/threadedcode/lang/square.tla.py - + rpython/jit/tl/threadedcode/lang/sum-tail.tla.py - rpython/jit/tl/threadedcode/lang/sum.tla.py - rpython/jit/tl/threadedcode/lang/tak.tla.py - rpython/jit/tl/threadedcode/targettla.py - + rpython/jit/tl/threadedcode/targettlatier2.py - rpython/jit/tl/threadedcode/test/test_tla.py - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4ceecd058720777ee5aaa2c2d04df875fc1a91c3...fe6c2da508d97df5e7965e234a835604973e2eaf -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/4ceecd058720777ee5aaa2c2d04df875fc1a91c3...fe6c2da508d97df5e7965e234a835604973e2eaf 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] 2 commits: implement CALL_ASSEMBLER hack in tla
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: ff1f1b42 by Yusuke Izawa at 2022-03-24T23:41:31+09:00 implement CALL_ASSEMBLER hack in tla --HG-- branch : threaded-code-generation - - - - - e65467f0 by Yusuke Izawa at 2022-03-24T23:41:46+09:00 update example programs --HG-- branch : threaded-code-generation - - - - - 6 changed files: - rpython/jit/metainterp/optimizeopt/tracesplit.py - rpython/jit/tl/threadedcode/bytecode.py - rpython/jit/tl/threadedcode/lang/ack.tla.py - rpython/jit/tl/threadedcode/lang/fib.tla.py - rpython/jit/tl/threadedcode/lang/tak.tla.py - rpython/jit/tl/threadedcode/tla.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe6c2da508d97df5e7965e234a835604973e2eaf...e65467f0bb4053e0b0013a7ada8f970f3fd9ff76 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/fe6c2da508d97df5e7965e234a835604973e2eaf...e65467f0bb4053e0b0013a7ada8f970f3fd9ff76 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/py3.8-argument-unwrap-less] ouch, fix min/max
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less at PyPy / pypy Commits: 8dea2443 by Carl Friedrich Bolz-Tereick at 2022-03-24T16:19:37+01:00 ouch, fix min/max --HG-- branch : py3.8-argument-unwrap-less - - - - - 1 changed file: - pypy/module/__builtin__/functional.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8dea24438ffa4462a94e136b7c6f5f946288f2c9 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8dea24438ffa4462a94e136b7c6f5f946288f2c9 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/py3.8-argument-unwrap-less] ouch, another bad typo
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less at PyPy / pypy Commits: dd9a8077 by Carl Friedrich Bolz-Tereick at 2022-03-24T16:28:35+01:00 ouch, another bad typo --HG-- branch : py3.8-argument-unwrap-less - - - - - 1 changed file: - pypy/objspace/std/test/test_kwargsdict.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dd9a807744d13e80547afb2748085058887a6795 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/dd9a807744d13e80547afb2748085058887a6795 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/default] Move test_testcapi to extra_tests/
Ronan Lamy pushed to branch branch/default at PyPy / pypy Commits: 58a01261 by Ronan Lamy at 2022-03-24T03:50:32+00:00 Move test_testcapi to extra_tests/ - - - - - 1 changed file: - pypy/module/test_lib_pypy/test_testcapi.py → extra_tests/test_testcapi.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/58a01261ddf1ea1e0aee43e5a7b49ff2bb6e110e -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/58a01261ddf1ea1e0aee43e5a7b49ff2bb6e110e 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/py3.8-argument-unwrap-less] fix the various test_ztranslation
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-argument-unwrap-less at PyPy / pypy Commits: 8eadcad1 by Carl Friedrich Bolz-Tereick at 2022-03-24T19:25:00+01:00 fix the various test_ztranslation --HG-- branch : py3.8-argument-unwrap-less - - - - - 2 changed files: - pypy/interpreter/argument.py - pypy/objspace/fake/objspace.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8eadcad121f5d0d735920623e625d3e7ead94731 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/8eadcad121f5d0d735920623e625d3e7ead94731 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/py3.8] use __index__ to test for int-ness in ctypes.array (issue 3712)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 06bbdc83 by Matti Picus at 2022-03-25T00:06:29+02:00 use __index__ to test for int-ness in ctypes.array (issue 3712) --HG-- branch : py3.8 - - - - - 2 changed files: - extra_tests/ctypes_tests/test_array.py - lib_pypy/_ctypes/array.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/06bbdc834de0bbe3655aa1e32bdf7bb6656935f2 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/06bbdc834de0bbe3655aa1e32bdf7bb6656935f2 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