From: Vincent Pit Date: Thu, 12 Nov 2015 21:58:16 +0000 (-0200) Subject: Improve perl suppressions accuracy X-Git-Tag: v1.16~2 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=a08a925178ff4a5e8a68dc9ecc21d50c67049939;hp=a08a925178ff4a5e8a68dc9ecc21d50c67049939;p=perl%2Fmodules%2FTest-Valgrind.git Improve perl suppressions accuracy We achieve this by allowing more ellipsis frames, by reworking how the suppressions are anchored to perl related symbols, and also by increasing the default number of callers at analysis time to match the one used at suppression time. ---