On Thu, 12 Apr 2007, Diego Novillo wrote:
> I've added a collection of scripts that I have gathered over time to
> test compile time and memory usage when making changes to the compiler.
> 
> http://gcc.gnu.org/wiki/PerformanceTesting

Nice, thanks for sharing these.  How about the patch below?

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 index.html
--- index.html  18 Feb 2007 22:15:18 -0000      1.20
+++ index.html  6 May 2007 22:13:52 -0000
@@ -52,7 +52,7 @@ Statistics about GCC code size for sever
 Environment (CSiBE)</a>, along with the testbed and measurement scripts.
 </p>
 
-<h2>Related benchmarks</h2>
+<h2>Related benchmarks and scripts</h2>
 
 <p>
 Charles Leggett runs several benchmarks (Bench++, Haney, Stepanov, OOPACK)
@@ -86,6 +86,11 @@ summaries are available at <a
 
href="http://www.suse.de/~gcctest/memory/";>http://www.suse.de/~gcctest/memory/</a>
 </p>
 
+<p>
+Diego Novillo compiled a collection of relevant scripts at
+<a 
href="http://gcc.gnu.org/wiki/PerformanceTesting";>http://gcc.gnu.org/wiki/PerformanceTesting</a>
+</p>
+
 <h2>Openbench</h2>
 
 <p>

Reply via email to