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]
Other format: [Raw text]

Re: On inlining in C++


On Tue, Aug 05, 2003 at 11:01:12PM -0400, Robert Dewar wrote:
> > excessive lookahead (call comes before the
> > definition)
> 
> This actually seems like a pretty serious limitation to me ...

Given that we can't inline mutually recursive functions, it is always
possible to fix the order so that things work, though it can be a pain
in the ass.


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