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: -fobey-inline (was Re: gcc and inlining)


> I agree with that.  But that is not an argument to ignore the inline
> implied by in-class function definition:  That is part of common C++
> styles of writing programs.

Well it might be. if typically this implicit inlining causes programs to
slow down by excessive inlining, then the compiler is probably choosing
wrong defaults.


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