◐ Shell
clean mode source ↗

gh-90108: Disable LTO on _freeze_module and _testembed by vstinner · Pull Request #109581 · python/cpython

LTO optimization is nice to make Python faster, but _freeze_module
and _testembed performance is not important. Using LTO to build these
two programs make a whole Python build way slower, especially
combined with a sanitizer (like ASAN).

corona10

csm10495 pushed a commit to csm10495/cpython that referenced this pull request

Sep 28, 2023
…109581)

LTO optimization is nice to make Python faster, but _freeze_module
and _testembed performance is not important. Using LTO to build these
two programs make a whole Python build way slower, especially
combined with a sanitizer (like ASAN).

vstinner added a commit to vstinner/cpython that referenced this pull request

Oct 11, 2023

vstinner added a commit that referenced this pull request

Oct 11, 2023

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024
…109581)

LTO optimization is nice to make Python faster, but _freeze_module
and _testembed performance is not important. Using LTO to build these
two programs make a whole Python build way slower, especially
combined with a sanitizer (like ASAN).

Glyphack pushed a commit to Glyphack/cpython that referenced this pull request

Sep 2, 2024