[Pythonmac-SIG] 2.4.3 Python Universal Binary Pystone Comparison

Zachery Bir zbir at urbanape.com
Fri Apr 7 15:55:12 CEST 2006


On Apr 7, 2006, at 9:33 AM, Ronald Oussoren wrote:

> I found some time to fire up the compiler. There's a new build of  
> the 2.4.3 installer on my iDisk. If that works correctly I'll ask  
> someone to replace the DMG on python.org.  Please test if this  
> fixes the speed issues and works in general, I haven't done any  
> testing. The only thing changes w.r.t. the 2.4.3 DMG on python.org  
> is the addition of -O3 to the compile flags.

*That's* mo' bettah (MacBook Pro 2.0GHz, 2GB RAM):

zbir at Silverback $ python2.4 -c "from test.pystone import pystones;  
print pystones()"
(1.1199999999999999, 44642.857142857145)
~
zbir at Silverback $ python2.4 -c "from test.pystone import pystones;  
print pystones()"
(1.1499999999999999, 43478.260869565223)
~
zbir at Silverback $ python2.4 -c "from test.pystone import pystones;  
print pystones()"
(1.1199999999999999, 44642.857142857145)

Zac



More information about the Pythonmac-SIG mailing list