This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ipa/79966] [6/7 Regression] run time more than twice slower when using -fipa-cp-clone


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |rguenth at gcc dot gnu.org

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Inlining difference shows:

Inlining mysum to tp_sum with frequency 1000
Inlining tp_sum to runtptests with frequency 99000
Inlining mysum to runtptests with frequency 100000

vs. just

Inlining mysum.constprop to tp_sum with frequency 1000

We don't even consider to inline tp_sum when -fipa-cp-clone is enabled.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]