OpenMandriva Appears To Be Experimenting With Profile Guided Optimizations

Written by Michael Larabel in Operating Systems on 31 March 2019 at 12:06 AM EDT. 6 Comments
OPERATING SYSTEMS
OpenMandriva has been toying with some performance optimizations in recent times like preferring the LLVM Clang compiler over GCC, spinning an AMD Zen "znver1" optimized version of the OS/packages, and apparently now exploring possible Profile Guided Optimizations.

Profile Guided Optimizations (PGO) basically involve feeding the feedback of profiling data back into the compiler so it can better optimize the generated code based upon actual usage behavior of the software under test. PGO can pay off big time depending upon the code-base and how well the profile data models real-world workflows of the said software in question.

OpenMandriva developer Tomasz Paweł Gajc appears to now be dabbling with PGO'ing of software in OpenMandriva's "Cooker" development archive. When PGO'ing their XZ build, he found the decompression times to drop from 8~9 seconds down to 7 seconds while the compression times that are much longer did drop by a few seconds too. Details in this forum post.

Here's to hoping more of OpenMandriva (and other Linux distributions) will move onto evaluating PGO and other optimizations like LTO (Link Time Optimizations) and AutoFDO for greater performance optimizations, some of which are already employed by the likes of Clear Linux for juicing more performance out of the system.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week