This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sigh. Inlining heuristics.
- To: dan at cgsoftware dot com
- Subject: Re: Sigh. Inlining heuristics.
- From: dewar at gnat dot com
- Date: Tue, 10 Jul 2001 01:28:07 -0400 (EDT)
- Cc: gcc at gcc dot gnu dot org
<<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.