tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: GNU vs C99 extern inline



On Sun, Apr 17, 2011 at 02:29:25AM +0200, Joerg Sonnenberger wrote:
> If the only concern is that GCC may decide to not inline a specific
> instance, static inline works well enough to allow -O0 etc to build.

Side note: using inline in a .c file is just a hint for the optimizer
anyway. In most cases it won't make much a difference to just drop it.

Joerg


Home | Main Index | Thread Index | Old Index