Add a new performance benchmark: tinycc.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5394 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/perf/README b/perf/README
index 0dd8c16..c092105 100644
--- a/perf/README
+++ b/perf/README
@@ -53,4 +53,11 @@
- Weaknesses: Dominated by the inner loop, which is quite long and flatters
Valgrind due to the small dispatcher overhead.
+tinycc:
+- Description: A very small and fast C compiler. A munged version of
+ 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).
+- Weaknesses None, really, it's a good benchmark.