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

INADA Naoki report at bugs.python.org
Mon Feb 5 03:21:30 EST 2018


INADA Naoki <songofacandy at gmail.com> added the comment:

It seems clang4 failed to efficient register assigning.
FYI, --without-computed-gotos configure option make penalty smaller.

clang 5 (wihtout CGs): 2.653426
clang 5 (with CGs): 1.997584
clang 4 (without CGs): 3.330879
clang 4 (with CGs): 8.585673

----------

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


More information about the Python-bugs-list mailing list