From equery u gcc
So I'm wondering, does it actually decrease compilation times for other programs ? Does it just affect the final size of generated binaries ?GCC will build itself and then analyze the just-built binary and then rebuild itself using the data obtained from analysis of codepaths taken.
It does not affect whether GCC itself supports PGO when building other software. This substantially increases the build time needed for building GCC itself.
Users who enabled pgo for gcc, what's your experience with it ? It is worth it ?



