Carl Friedrich Bolz-Tereick pushed to branch branch/default 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

- - - - -


9 changed files:

- pypy/module/__builtin__/functional.py
- pypy/module/_cffi_backend/cdlopen.py
- pypy/module/cpyext/longobject.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/1875f79498f1cbf365b95320f38dc62bfcd09729...3878e06623fedfef4083eb38564caa0a61d55106

-- 
View it on Heptapod: 
https://foss.heptapod.net/pypy/pypy/-/compare/1875f79498f1cbf365b95320f38dc62bfcd09729...3878e06623fedfef4083eb38564caa0a61d55106
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

Reply via email to