]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Correct Cachegrind changes; better late than never.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 21 Jul 2004 10:37:31 +0000 (10:37 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 21 Jul 2004 10:37:31 +0000 (10:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2519

NEWS

diff --git a/NEWS b/NEWS
index 19cea1f9c850cf87e1e8c77fcde1b43b246215b5..2a3418f9d5941406bacb0e4ca957c3115d1f9e34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -104,9 +104,12 @@ connected to any bug report numbers, AFAICS:
   descriptors from the reserved area.
   (This actually came from bug #83998).
 
-* Major overhaul of Cachegrind implementation.  Only user visible change
+* Major overhaul of Cachegrind implementation.  First user-visible change
   is that cachegrind.out files are now typically 90% smaller than they
-  used to be.  Code annotation times are correspondingly much smaller.
+  used to be;  code annotation times are correspondingly much smaller.
+  Second user-visible change is that hit/miss counts for code that is
+  unloaded at run-time is no longer dumped into a single "discard" pile,
+  but accurately preserved.
 
 * Client requests for telling valgrind about memory pools.