This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [COMMITTED PATCH] Remove a lot of inline keywords


From: Roland McGrath <roland@hack.frob.com>
Date: Thu,  7 Feb 2013 15:04:10 -0800 (PST)

> In general, I think we should eschew the inline keyword entirely when used
> alone.  If it really matters that something be inlined, it needs
> always_inline.  Otherwise we should leave optimization decisions to the
> compiler unless there is a particular strong reason in an individual case.
> Any such cases should have clear comments saying why the explicit inline
> is desireable.

Agreed.


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