From: Julian Seward Date: Sun, 14 Dec 2003 14:35:28 +0000 (+0000) Subject: Comment re tc size increase. X-Git-Tag: svn/VALGRIND_2_1_0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d355450b4901db2725b283de7ab95e3e4ccdd610;p=thirdparty%2Fvalgrind.git Comment re tc size increase. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2111 --- diff --git a/NEWS b/NEWS index 9afd438929..855e29881e 100644 --- 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)