This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: fixing inlining warnings


>I suspect that many of these functions are not being inlined due simply
>to the fact that the functions they are being inlined into are already
>"too large" according to the current hueristics.  An improvement on my
>-Winline fix would be to say *why* the function isn't being inlined, but
>I'm not likely to get to that any time soon.

Ok, it is as I expected. Sometimes these are inlined, sometimes not.
When they can't be inlined, it's warned about. 

Thus, removing inline keywords and forcing them out of line is not
advisable. So, that won't be done. I'll just check in the patch to
remove -Winline.

Thanks,
benjamin


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