[issue4868] Faster utf-8 decoding

Martin v. Löwis report at bugs.python.org
Wed Jan 7 18:45:57 CET 2009


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

Can you please upload it to Rietveld?

I'm skeptical about changes that merely rely on the compiler's register
allocator to do a better job. This kind of change tends to pessimize the
code for other compilers, and also may pessimize it for future versions
of the same compiler.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list