]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment re tc size increase.
authorJulian Seward <jseward@acm.org>
Sun, 14 Dec 2003 14:35:28 +0000 (14:35 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 14 Dec 2003 14:35:28 +0000 (14:35 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2111

NEWS

diff --git a/NEWS b/NEWS
index 9afd438929a7aa8aebb1887ccc1c5318c96050a9..855e29881eff6b802bb30640b553bd77e57bde52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,11 @@ Other changes:
   69432: helgrind asserts encountering a MutexErr when there are 
          EraserErr suppressions
 
+- Increase the max size of the translation cache from 200k average bbs
+  to 300k average bbs.  Programs on the size of OOo (680m17) are
+  thrashing the cache at the smaller size, creating large numbers of
+  retranslations and wasting significant time as a result.
+
 
 
 Stable release 2.0.0 (5 Nov 2003)