On Sun, May 15, 2016 at 8:40 AM,  <nwelln...@apache.org> wrote:
> Repository: lucy-clownfish
> Updated Branches:
>   refs/heads/master fbaafea1c -> 615d033e4
>
> Don't use special compiler flags for Valgrind
>
> We used to compile with -fno-inline-functions under Valgrind. The Perl
> runtime also set the optimization level to -O1. I don't think this is
> necessary.

Yes, that's right -- it's no longer necessary.

Suppressing false positives in Valgrind used to require matching an
entire call stack exactly, so optimizing away inlined calls would
break the suppressions. Thank goodness Valgrind suppression files now
support wildcards!

Marvin Humphrey

Reply via email to