New issue 2888: PyPy3: try to turn W_LongObject to W_IntObject more often
https://bitbucket.org/pypy/pypy/issues/2888/pypy3-try-to-turn-w_longobject-to

Armin Rigo:

To save memory, it would be useful to figure out some operations that generally 
give an integer that fits in a machine word, even if the operation involves 
large integers.  The most obvious example is ``long % int``.  On PyPy2 this 
must always give a ``long``, but there is no such condition on PyPy3.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to