[pypy-issue] [issue1031] Speed of a tiny arithmetic program

Justin Peel tracker at bugs.pypy.org
Tue Feb 7 15:54:36 CET 2012


Justin Peel <peelpy at gmail.com> added the comment:

Yes, you're right fijal. The numbers I've looked at shouldn't be longs on 32-bit 
or 64-bit. It is only the overflow checks that are big int parts. The overflow 
checks only account for about 14% of the time. About 30% is in impl_int_int_pow. 
impl_int_int_pow looks like it can be sped up at least in some small ways.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1031>
________________________________________


More information about the pypy-issue mailing list