From: Nicholas Nethercote Date: Sat, 17 Jul 2004 12:49:53 +0000 (+0000) Subject: Clarify Cachegrind changes X-Git-Tag: svn/VALGRIND_2_1_2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324e8bfad26b053347868cb4ce796e612436f8bb;p=thirdparty%2Fvalgrind.git Clarify Cachegrind changes git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2495 --- diff --git a/NEWS b/NEWS index 00825ed1f7..b24f6dcf2d 100644 --- a/NEWS +++ b/NEWS @@ -96,7 +96,9 @@ connected to any bug report numbers, AFAICS: in the soft limit causing assertions when valgrind tries to allocate descriptors from the reserved area. -* Major overhaul of Cachegrind implementation (not user-visible) +* Major overhaul of Cachegrind implementation. Only 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. * Client requests for telling valgrind about memory pools.