-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
OS-macbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement
Description
From Xcode15, apple provides a new linker(, which is faster than the classic linker.
(But from my analysis, it is up to workload..)
See: https://news.ycombinator.com/item?id=36218330
It would be great if the CPython is built on Xcode15 and we should compare the build speed with the classic linker too.
Only thing we have to do is check installed XCode version and than set the linker to use ld_new. (old one is ld_classic) and not sure of the advantage of applying to CPython. (Because of my benchmark result was not that great for the normal build and PGO+LTO build) but for the more fat build like python-build-standalone, maybe worth to do it?
Metadata
Metadata
Assignees
Labels
OS-macbuildThe build process and cross-buildThe build process and cross-buildtype-featureA feature request or enhancementA feature request or enhancement