This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients fredrikj, vstinner
Date 2008-10-15.10:44:08
SpamBayes Score 1.3321956e-06
Marked as misclassified No
Message-id <1224067449.78.0.565770941014.issue4128@psf.upfronthosting.co.za>
In-reply-to
Content
The source code is unchanged except the format functions (binary and 
octal bases with the new prefixes: 0b, 0o). The speed difference comes 
from different compiler options.
 - (Ubuntu Gutsy) python2.5: 1010 ms
 - python trunk: 1010 ms
 - python trunk with -O0: 1800 ms

I'm using -O0 to help gdb debug, but the default gcc optimization 
level for Python is -03.

Did you recompiled your own Python or did you use the binary at 
python.org? Look at the compilater option for python 2.5 and python 
2.6.
History
Date User Action Args
2008-10-15 10:44:09vstinnersetrecipients: + vstinner, fredrikj
2008-10-15 10:44:09vstinnersetmessageid: <1224067449.78.0.565770941014.issue4128@psf.upfronthosting.co.za>
2008-10-15 10:44:08vstinnerlinkissue4128 messages
2008-10-15 10:44:08vstinnercreate