This is the mail archive of the gcc@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]

Re: inlining inefficiencies


Andreas Jaeger <aj@suse.de> writes:

  > Can you have a look at Kurt Garloff's patches which have been
  > discussed here some weeks agao?  A current version is at
  > http://www.garloff.de/kurt/freesoft/gcc/

Those patches deal with deciding what functions to inline. 
What I've shown is that the code generated after inlining all the
functions (desired in that case) is inefficient and the optimizers
can't deal with it.

        --dan


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