[issue32616] Significant performance problems with Python 2.7 built with clang 3.x or 4.x

Ronald Oussoren report at bugs.python.org
Sun Feb 4 06:52:03 EST 2018


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Is there anything we (the CPython developers) can do about this? 

If I read the issue correctly clang 5.x generates faster binaries than clang 3.x and 4.x.  If that is indeed the issue there's probably not much we can do about this. 

BTW. I'm -1 on building the installer with anything but the compiler included in Xcode (and it would be nice to build with a recent version of Xcode to use an up-to-date compiler and SDK)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32616>
_______________________________________


More information about the Python-bugs-list mailing list