◐ Shell
clean mode source ↗

bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers by ronaldoussoren · Pull Request #23079 · python/cpython

added 2 commits

November 1, 2020 17:56
With recent enough compilers we can build binaries with
LTO/PGO on macOS. This patch enables this when building on
macOS 10.15 or later (Xcode 11 or later).

@ronaldoussoren

vstinner

vstinner

@ronaldoussoren

ned-deily

vstinner

@ned-deily ned-deily removed the stale

Stale PR or inactive for long period of time.

label

Dec 16, 2020

@ned-deily ned-deily removed the stale

Stale PR or inactive for long period of time.

label

Jan 16, 2021

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 3, 2021
…compilers (pythonGH-23079)

With recent enough compilers we can build binaries with
LTO/PGO on macOS. This patch enables this when building on
macOS 10.15 or later (Xcode 11 or later).
(cherry picked from commit e08059e)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 3, 2021
…compilers (pythonGH-23079)

With recent enough compilers we can build binaries with
LTO/PGO on macOS. This patch enables this when building on
macOS 10.15 or later (Xcode 11 or later).
(cherry picked from commit e08059e)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>