This is the mail archive of the gcc-patches@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: [ast-optimizer-branch]: Don't inline calls to constantfunctions in loops


>>>>> "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


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