Re: [FFmpeg-devel] [PATCH] lavu/attributes: add av_never_inline macro

2017-04-12 Thread Muhammad Faiz
On Thu, Apr 13, 2017 at 3:10 AM, Rostislav Pehlivanov wrote: > Very useful for determining hot functions without recompiling everything > with inlining disabled. > > Signed-off-by: Rostislav Pehlivanov > --- > libavutil/attributes.h | 10 ++ > libavutil/version.h| 2 +- > 2 files ch

Re: [FFmpeg-devel] [PATCH] lavu/attributes: add av_never_inline macro

2017-04-12 Thread James Almer
On 4/12/2017 5:10 PM, Rostislav Pehlivanov wrote: > Very useful for determining hot functions without recompiling everything > with inlining disabled. If it's only useful for developers, then it shouldn't be a public attribute. Add it to internal.h, like with attribute_align_arg and av_export. >