[issue9203] Use computed gotos by default

Antoine Pitrou report at bugs.python.org
Thu Jul 8 23:28:47 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

> gcc 4.4.2 on AMD processors ...
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621

So? Compilers have all kinds of optimization bugs, it's not our job to
have a compiler matrix with optimal flags per compiler.

(well, you can of course maintain such a matrix if you want)

For the record, I had an Athlon 64 machine until very recently, used it
with gcc 4.4.x and computed gotos were better than without.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9203>
_______________________________________


More information about the Python-bugs-list mailing list