Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy
Commits: d90ea8a5 by Carl Friedrich Bolz-Tereick at 2023-09-11T21:40:08+02:00 a branch where to try to remove the .sign field of rbigints, making them one word smaller --HG-- branch : rbigint-size-reduction - - - - - 91ce6d31 by Carl Friedrich Bolz-Tereick at 2023-09-11T21:41:17+02:00 remove the rbigint.sign field and multipy the size with the sign instead --HG-- branch : rbigint-size-reduction - - - - - 5bea4966 by Carl Friedrich Bolz-Tereick at 2023-09-12T14:30:29+02:00 trace got longer due to having to take the abs of the size --HG-- branch : rbigint-size-reduction - - - - - 92b106da by Carl Friedrich Bolz-Tereick at 2023-09-12T16:11:00+02:00 make rbigint.toint elidable instead (it will raise if the value doesn't fit, which is fine) --HG-- branch : rbigint-size-reduction - - - - - 155afb7e by Carl Friedrich Bolz-Tereick at 2023-09-12T17:01:46+02:00 try to fix test_locals on 32 bit --HG-- branch : rbigint-size-reduction - - - - - 5372e272 by Carl Friedrich Bolz-Tereick at 2023-09-12T20:42:12+02:00 merge rbigint-size-reduction: make every rbigint one word smaller by storing the sign in the size field - - - - - 3878e066 by Carl Friedrich Bolz-Tereick at 2023-09-12T21:19:02+02:00 merge heads - - - - - 8add8f9b by Carl Friedrich Bolz-Tereick at 2023-09-12T22:35:49+02:00 merge default --HG-- branch : py3.9 - - - - - 9 changed files: - pypy/module/_cffi_backend/cdlopen.py - pypy/module/cpyext/longobject.py - pypy/module/cpyext/number.py - pypy/module/pypyjit/test_pypy_c/test_misc.py - pypy/module/pypyjit/test_pypy_c/test_string.py - pypy/objspace/std/longobject.py - pypy/objspace/std/marshal_impl.py - rpython/rlib/rbigint.py - rpython/rlib/test/test_rbigint.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7ace1ed38fd5f348aeac4c5815a73711c990f87a...8add8f9b57ef9d50fd1f1ce61b13c8938d26b091 -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/7ace1ed38fd5f348aeac4c5815a73711c990f87a...8add8f9b57ef9d50fd1f1ce61b13c8938d26b091 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