[issue13279] Add memcmp into unicode_compare for optimizing comparisons

Martin v. Löwis report at bugs.python.org
Mon Oct 31 21:49:34 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

> 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.

----------
title: Add memcmp into unicode_compare for optimizing comparisons -> Add memcmp into unicode_compare for optimizing	comparisons

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


More information about the Python-bugs-list mailing list