From f153a0209b23a1f26dcb986ccd5d20416576ef40 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 21 Jul 2004 10:37:31 +0000 Subject: [PATCH] Correct Cachegrind changes; better late than never. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2519 --- NEWS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 19cea1f9c8..2a3418f9d5 100644 --- 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. -- 2.47.2