mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
gh-89536: Use ThinLTO policy if possible (gh-96766)
This commit is contained in:
parent
16c33a9676
commit
e47b96c44f
5 changed files with 99 additions and 6 deletions
|
@ -232,6 +232,9 @@ also be used to improve performance.
|
|||
.. versionadded:: 3.11
|
||||
To use ThinLTO feature, use ``--with-lto=thin`` on Clang.
|
||||
|
||||
.. versionchanged:: 3.12
|
||||
Use ThinLTO as the default optimization policy on Clang if the compiler accepts the flag.
|
||||
|
||||
.. cmdoption:: --enable-bolt
|
||||
|
||||
Enable usage of the `BOLT post-link binary optimizer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue