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 pitrou
Recipients jyasskin, lemburg, loewis, pitrou
Date 2010-07-08.21:28:45
SpamBayes Score 0.12211225
Marked as misclassified No
Message-id <1278624522.3235.38.camel@localhost.localdomain>
In-reply-to <4C364132.8070806@egenix.com>
Content
> 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.
History
Date User Action Args
2010-07-08 21:28:47pitrousetrecipients: + pitrou, lemburg, loewis, jyasskin
2010-07-08 21:28:45pitroulinkissue9203 messages
2010-07-08 21:28:45pitroucreate