Profiling the Python Interpreter

Skip Montanaro skip at pobox.com
Thu Oct 4 22:09:45 EDT 2001


    gb> The problem is evidently the quality of the code produced by gcc
    gb> versus MSVC.

What version(s) of gcc have you tried?  What optimization levels?  I notice
marked improvements in performance if I tailor the optimization level to the
hardware better.  -mcpu=pentiumpro seems to have a fairly substantial
positive impact if you're running on a P-III, for instance.

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list