[MPlayer-dev-eng] [PATCH] Inlining realloc_struct

Rich Felker dalias at aerifal.cx
Fri Mar 2 03:42:42 CET 2007


On Fri, Mar 02, 2007 at 10:09:15AM +0800, Zuxy Meng wrote:
> Hi,
> 
> I guess functions in header files should be in inline?

No particular reason it should or shouldn't be inline. In fact the
inline keyword is supposed to be something of a no-op - the compiler
should pick to inline or not based on which is better. I have no
major objection to this patch but it's not really needed either. Not
inlining might save a small amount of space and should not affect
performance.

Rich



More information about the MPlayer-dev-eng mailing list