On Tue, Oct 29, 2013 at 04:46:47PM +0100, Diego Biurrun wrote: > --- > > This cuts the file roughly in half and lowers compilation time considerably. > Both parts combined now assemble in less time than the original. Rounded > rough numbers are > > before > > vp8dsp.asm 5.8s > > after > > vp8dsp.asm 4.0s > vp8dsp_loopfilter.asm 0.7s > > vc1dec.c takes 4.9s to compile on this machine. > > libavcodec/x86/Makefile | 3 +- > libavcodec/x86/vp8dsp.asm | 1555 > -------------------- > .../x86/{vp8dsp.asm => vp8dsp_loopfilter.asm} | 1196 --------------- > 3 files changed, 2 insertions(+), 2752 deletions(-) > copy libavcodec/x86/{vp8dsp.asm => vp8dsp_loopfilter.asm} (58%)
OKed by Luca on IRC. Diego _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel