[vlc-devel] [Patch] Enable -finline-functions when using speed mode

Rémi Denis-Courmont remi at remlab.net
Thu Apr 14 15:10:18 CEST 2011


On Thu, 14 Apr 2011 14:59:53 +0200, Hugo Beauzee-Luyssen
<beauze.h at gmail.com> wrote:
> This patch "directs GCC to try to integrate all “simple enough”
> functions into their callers"
> http://gcc.gnu.org/onlinedocs/gcc/Inline.html

We already have -finline-small-functions at the default -O2, which puts
functions in line if it saves space.
What's the rationale for overriding that?

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list