[Bug tree-optimization/112678] [14 regression] Massive slowdown of compilation time with PGO

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 23 13:41:04 GMT 2023


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112678

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu.org,
                   |                            |sebastian.huber@embedded-br
                   |                            |ains.de

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Hmm, the -fprofile-update mode default didn't change, did it?  I'm guessing
that for some reason the generated code is different for
-fprofile-update=single now?

Note IIRC "compile-time" for SPEC with PGO includes the training run itself,
so that might be also the reason for the slowdown (runtime performance
regression of the instrumented binary).


More information about the Gcc-bugs mailing list