|
From: <sv...@va...> - 2005-12-25 06:27:54
|
Author: njn
Date: 2005-12-25 06:27:51 +0000 (Sun, 25 Dec 2005)
New Revision: 5436
Log:
add extra note about tinycc
Modified:
trunk/perf/README
Modified: trunk/perf/README
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/perf/README 2005-12-25 06:25:27 UTC (rev 5435)
+++ trunk/perf/README 2005-12-25 06:27:51 UTC (rev 5436)
@@ -58,6 +58,8 @@
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 structur=
es
- (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 improvem=
ent
+ to perf/heap typically cause a small improvement.
- Weaknesses None, really, it's a good benchmark.
=20
|