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]

Re: Sigh. Inlining heuristics.


<<I'm trying to do both. Give a way to say "don't bloat my code and
compile times by inlining till you've made one huge function out of my
entire module that is 2% faster but took 45x longer to compile", while
>>

Of course if you really make a "huge function", it is likely to have
poorer performance due to icache pressure.


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