|
From: <sv...@va...> - 2009-08-14 06:32:35
|
Author: bart Date: 2009-08-14 07:32:20 +0100 (Fri, 14 Aug 2009) New Revision: 10806 Log: Added a note about the fact that --read-var-info=yes increases memory consumption of Valgrind tools. Modified: trunk/NEWS Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-08-14 02:41:37 UTC (rev 10805) +++ trunk/NEWS 2009-08-14 06:32:20 UTC (rev 10806) @@ -193,8 +193,9 @@ * 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 |