From: Nicholas Nethercote Date: Fri, 2 Dec 2005 23:09:49 +0000 (+0000) Subject: update X-Git-Tag: svn/VALGRIND_3_2_0~549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df865a438f11c7a3898fca8fa459054c3a4ba52;p=thirdparty%2Fvalgrind.git update git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5274 --- diff --git a/docs/internals/performance.txt b/docs/internals/performance.txt index 35dc36eb7f..fbd0fb2ee6 100644 --- a/docs/internals/performance.txt +++ b/docs/internals/performance.txt @@ -14,7 +14,8 @@ Post 3.1.0: COMPVBITS branch: - Nick converted to compress V bits, initial version saved 0--5% on most - cases, with a 30% improvement on one case which calls + cases, with a 30% improvement on one case (tsim_arch) which calls set_address_range_perms() a lot. - +- Nick rewrote set_address_range_perms(), which gained 0--3% typically, + and 22% on tsim_arch.