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 vstinner
Recipients David Filiatrault, ammar2, cstratak, hroncok, methane, pablogsal, serhiy.storchaka, vstinner
Date 2020-06-30.12:45:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593521135.78.0.633479846316.issue38980@roundup.psfhosted.org>
In-reply-to
Content
We wrote an article about -fno-semantic-interposition flag that we use with GCC on RHEL8 and Fedora:
https://developers.redhat.com/blog/2020/06/25/red-hat-enterprise-linux-8-2-brings-faster-python-3-8-run-speeds/
"Enabling this flag disables semantic interposition, which can increase run speed by as much as 30%."

In short, the flag allows the compiler to inline code and so make further optimizations, when Python is built with --enable-shared.
History
Date User Action Args
2020-06-30 12:45:35vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, cstratak, ammar2, hroncok, pablogsal, David Filiatrault
2020-06-30 12:45:35vstinnersetmessageid: <1593521135.78.0.633479846316.issue38980@roundup.psfhosted.org>
2020-06-30 12:45:35vstinnerlinkissue38980 messages
2020-06-30 12:45:35vstinnercreate