|
From: Nicholas N. <nj...@cs...> - 2005-02-25 21:54:09
|
On Fri, 25 Feb 2005, Jeremy Fitzhardinge wrote: >> - make --leak-check=yes the default for Memcheck > > Maybe. For simply running a program its a good default, but running a > shell script (with lots of exits) can be hit quite hard by --leak-check > (though its a bit more efficient now). Also, if a program is using > DO_LEAK_CHECK, they might not want an implicit one too. I argue that scripts and programs using DO_LEAK_CHECK are in the minority. > And should we consider defaulting to memcheck again? I don't think so; it is still the best way to imply that there are other tools. N |