[flac-dev] [PATCH] configure.ac: don't try to unset -g from CFLAGS
lvqcl
lvqcl.mail at gmail.com
Sun Nov 30 14:01:19 PST 2014
Christian Weisgerber wrote:
>> My understanding is that '-O3 -funroll-loops' gives the next encoder
>> and/or decoder performance.
>
> Or it triggers compiler bugs and -funroll-loops makes the code
> slower because it overflows the instruction cache.
FLAC has its own test suite and AFAIK it passes all the tests.
And -O3 implies -ftree-vectorize which can speed up en-/decoding.
More information about the flac-dev
mailing list