This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [ast-optimizer-branch]: Don't inline calls to constantfunctions in loops
- From: Jason Merrill <jason at redhat dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 09 May 2002 18:05:56 +0100
- Subject: Re: [ast-optimizer-branch]: Don't inline calls to constantfunctions in loops
- References: <Pine.LNX.4.44.0205091227030.8286-100000@dberlin.org>
>>>>> "Daniel" == Daniel Berlin <dberlin@dberlin.org> writes:
> This does what you want for pmf.c, by not inlining constant functions in
> loops.
Thanks, though what I was really looking for was a way to both hoist and
inline; the pmf decoding in the C++ frontend doesn't actually call a
function, it's open-coded.
Jason