This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inlining heuristics for C++
- To: dan at cgsoftware dot com, gcc at gcc dot gnu dot org
- Subject: Re: Inlining heuristics for C++
- From: mike stump <mrs at windriver dot com>
- Date: Tue, 10 Jul 2001 14:53:29 -0700 (PDT)
> To: gcc@gcc.gnu.org
> From: Daniel Berlin <dan@cgsoftware.com>
> Date: Mon, 09 Jul 2001 21:46:59 -0400
> Right now, they are horrific.
You should have seen it before we limited the growth of the function
being inlined into. :-(
Anyway, would be nice if someone could take a pass through the
literature and find the good stuff that describes when to do it and
when not to and give us pointers to it.