[Bug lto/82229] GCC7's LTO underperforms compared to GCC6

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 16 07:20:00 GMT 2018


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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING

--- Comment #21 from Martin Liška <marxin at gcc dot gnu.org> ---
Ok, so you can use compiler hints line attribute always_inline or inline.
Apart from that you can use PGO (-fprofile-generate/-fprofile-use) to provide
even more hints.

For the analysis, please attach perf report log files for slow and fast
version. That should help us.


More information about the Gcc-bugs mailing list