]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
add extra note about tinycc
authorNicholas Nethercote <njn@valgrind.org>
Sun, 25 Dec 2005 06:27:51 +0000 (06:27 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sun, 25 Dec 2005 06:27:51 +0000 (06:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5436

perf/README

index c092105c9140c37f4a5359f5248ca6a7ff68f6de..14cf7c83e6ea95896baa44123e49097aecb91ebf 100644 (file)
@@ -58,6 +58,8 @@ tinycc:
                Fabrice Bellard's TinyCC compiling itself multiple times.
 - Strengths:   A real program, lots of code (top 100 blocks only account for
                47% of execution), involves large irregular data structures
-               (presumably, since it's a compiler).
+               (presumably, since it's a compiler).  Does lots of
+               malloc/free calls and so changes that make a big improvement
+               to perf/heap typically cause a small improvement.
 - Weaknesses   None, really, it's a good benchmark.