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 lto/54966] New: Does LTO requires a larger inline-unit-growth?


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54966

             Bug #: 54966
           Summary: Does LTO requires a larger inline-unit-growth?
    Classification: Unclassified
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vincenzo.innocente@cern.ch


experimenting with our large application I'm under the impression that in order
to get the same level of inlining with lto I need to increase
--param inline-unit-growth to at least 50 (my understanding is that the default
is 30).
Is this something expected / already observed?

Do you have any plan to retune heuristics for lto?

It is quite critical with some meta-template "expression expansion" code


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