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 loewis
Recipients RichIsMyName, asmodai, ezio.melotti, loewis, petri.lehtinen, pitrou, scoder, vstinner
Date 2011-10-31.20:49:33
SpamBayes Score 2.619143e-05
Marked as misclassified No
Message-id <4EAF09D5.90800@v.loewis.de>
In-reply-to <1320087600.87.0.174575557963.issue13279@psf.upfronthosting.co.za>
Content
> Note we only really see the effect if we make sure that gcc
> isn't emitting its "special" memcmp: that's why the -fno-builtin-memcmp
> is SO important on gcc builds!

I'd rather infer the opposite: given how GCC generates code, this patch
is not worthwhile. Given that it actually slows down Python in the
default system configuration, I'm -1 on applying it. This is really not
a route we should take; it leads to maintenance pain.
History
Date User Action Args
2011-10-31 20:49:34loewissetrecipients: + loewis, pitrou, scoder, vstinner, asmodai, ezio.melotti, petri.lehtinen, RichIsMyName
2011-10-31 20:49:33loewislinkissue13279 messages
2011-10-31 20:49:33loewiscreate