Quoting Henrik Gramner (2015-09-26 22:27:36) > They're short enough that inlining them actually reduces code size due to > all the overhead associated with making a function call.
But does it actually improve performance measurably? I'd argue that those functions are used in places where it doesn't really matter. And since inline public functions tend to generate pain, it's better to avoid them unless there are large practical gains otherwise. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
