]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added a note about the fact that --read-var-info=yes increases memory
authorBart Van Assche <bvanassche@acm.org>
Fri, 14 Aug 2009 06:32:20 +0000 (06:32 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 14 Aug 2009 06:32:20 +0000 (06:32 +0000)
consumption of Valgrind tools.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10806

NEWS

diff --git a/NEWS b/NEWS
index cb93bedabfe16f0dff2bb38ce1dd8fab4e91a6f1..363dc92464ff22eddad19d7d02e8a8fe261c7c26 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -193,8 +193,9 @@ detail:
 
 * Something that happened in 3.4.0, but wasn't clearly announced:  the
   option --read-var-info can be used by some tools (Memcheck, Helgrind and
-  DRD).  When enabled, it makes those tools run more slowly, but
-  descriptions of data addresses in error messages become more detailed.
+  DRD).  When enabled, it makes those tools run more slowly and increases
+  memory consumption, but descriptions of data addresses in error messages
+  become more detailed.
 
 * exp-Omega, an experimental instantaneous leak-detecting tool, was disabled
   in 3.4.0 due to a lack of interest and maintenance, although the source