bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: maintainer-check feature


From: gccbison
Subject: FYI: maintainer-check feature
Date: Sat, 10 Mar 2012 23:50:12 +0100
User-agent: XS4ALL Webmail

The 'make maintainer-check' runs the testsuite
using the excellent valgrind software tool.
But 'ltrace -e malloc,free,realloc program -D'
can do similar and then count the number of
malloc/free's. ltrace is less complex then
valgrind and using less memory on itself.
Could be interesting to use ltrace in the
testsuite too in case of valgrind troubles
or to make the testsuite even more reliable.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]