[FFmpeg-devel] [PATCH 3/3] Force inlining of avutil common routines

Ronald S. Bultje rsbultje
Wed Feb 16 19:28:10 CET 2011


Hi,

On Wed, Feb 16, 2011 at 1:22 PM, Jason Garrett-Glaser <jason at x264.com> wrote:
> On some versions of gcc, these weren't always getting inlined due to hitting
> the inline cap limit in some files. ?This is generally bad, as most of these
> functions are smaller inlined than not.
> ---
> ?libavutil/arm/intmath.h | ? 14 +++++++-------
> ?libavutil/common.h ? ? ?| ? 22 +++++++++++-----------
> ?2 files changed, 18 insertions(+), 18 deletions(-)

OK.

Ronald



More information about the ffmpeg-devel mailing list