Expand usage of Profile-Guided Optimization (PGO) and LLVM BOLT across Fedora packages

2024-10-21 Thread Alexander Zaitsev
(Warning: it's a cross-posting from https://discussion.fedoraproject.org/t/expand-usage-of-profile-guided-optimization-pgo-and-llvm-bolt-across-fedora-packages/133724 since there was a suggestion to do this cross-post. I don't know how much of the discussion should be copied here so I just copie

Compiling binaries with PGO

2018-07-09 Thread Alexander Zaitsev
you try to use PGO for your packages,if will be available repository with profile data for differentapplications, where you can pick profile data for your application,recompile package with this information and, probably, increaseperformance of your application? -- Best regards, Al

Re: Compiling binaries with PGO (Profile-Guided Optimization)

2018-07-06 Thread Alexander Zaitsev
06.07.2018 17:26, Neal Gompa пишет: On Fri, Jul 6, 2018 at 10:12 AM Aliaksandr Zaitsau wrote: Hello. As far as I know binaries in Fedora repositories are compiled without PGO (profile-guided optimization). Also I don't know any LInux-based OS where binaries are precompiled with PGO. With PGO