From: Nicholas Nethercote Date: Wed, 21 Jul 2004 10:37:31 +0000 (+0000) Subject: Correct Cachegrind changes; better late than never. X-Git-Tag: svn/VALGRIND_2_2_0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f153a0209b23a1f26dcb986ccd5d20416576ef40;p=thirdparty%2Fvalgrind.git Correct Cachegrind changes; better late than never. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2519 --- 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.