diff flacdata.c @ 9547:df1827eb3aaa libavcodec

Force speed irrelevant calls to get/put_symbol() to be noinline. We need to change decode_line to always_inline because gcc decided not to inline it anymore once we force some calls to get/put_symbol() to be non inlined and this decision of gcc would lead to a 10% overall speed loss. 100k smaller object file, no speed change
author michael
date Fri, 24 Apr 2009 01:50:09 +0000
parents 782d31263979
children
line wrap: on
line diff