Hey everyone,
I've recently looked into building CPython on Windows with GCC+PGO+LTO and it helped quite a bit with the pyperformance benchmark suite compared to a plain build and compared to the official CPython Windows build, see:
https://github.com/msys2/MINGW-packages/pull/5630#issuecomment-514069618
That made me wonder if the official Windows installer uses PGO? If not, maybe it should :)
The official installer it built using Visual Studio and it should be built using PGO (I didn't check).
Victor
Le lun. 29 juil. 2019 à 11:31, Christoph Reiter <reiter.christoph@gmail.com> a écrit :
Hey everyone,
I've recently looked into building CPython on Windows with GCC+PGO+LTO and it helped quite a bit with the pyperformance benchmark suite compared to a plain build and compared to the official CPython Windows build, see:
https://github.com/msys2/MINGW-packages/pull/5630#issuecomment-514069618
That made me wonder if the official Windows installer uses PGO? If not, maybe it should :)
Speed mailing list -- speed@python.org To unsubscribe send an email to speed-leave@python.org
-- Night gathers, and now my watch begins. It shall not end until my death.
participants (2)
-
Christoph Reiter
-
Victor Stinner