This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] New benchmark ref in benchmarks/index.html



This patch adds a new reference to another set of benchmarks
involving GCC.  Charles, with your permission, I'd like to add a
link to your Bench++ page from the GCC benchmarks page.

I also made a couple of minor cosmetic changes.

Diego.


Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.3
diff -d -p -d -u -p -r1.3 index.html
--- index.html	2001/07/25 14:30:57	1.3
+++ index.html	2001/07/25 16:11:56
@@ -17,8 +17,8 @@ benchmarks.
 <h2>The GCC Benchmark suite</h2>
 
 <p>
-GCC has also it's own
-<a href="http://gcc.gnu.org/benchresults/";>Benchmark suites</a>
+GCC has its own
+<a href="http://gcc.gnu.org/benchresults/";>benchmark suite</a>
 which contains a number of smaller tests together with sources and
 results from these runs for different platforms.
 </p>
@@ -27,8 +27,8 @@ results from these runs for different pl
 <h2>SPEC 95</h2>
 
 <p>
-Diego Novillo has setup a Pentium III system that runs daily SPEC
-95 tests.  The results can be seen on the page <a
+Diego Novillo has set up a Pentium III system that runs daily SPEC
+95 tests.  The results can be seen at <a
 href="http://www.cygnus.com/~dnovillo/SPEC/";>http://www.cygnus.com/~dnovillo/SPEC/</a>.
 </p>
 
@@ -38,6 +38,15 @@ href="http://www.cygnus.com/~dnovillo/SP
 Similar to Diego's setup, Andreas Jaeger is running SPEC 2000 tests on
 AMD Athlon systems.  For details check <a
 href="http://www.suse.de/~aj/SPEC/";>http://www.suse.de/~aj/SPEC/</a>.
+</p>
+
+<h2>Related benchmarks</h2>
+
+<p>
+Charles Leggett runs several benchmarks (Bench++, Haney, Stepanov, OOPACK)
+comparing various versions of GCC and KAI KCC with several optimization
+levels.  Results can be found at <a href="http://annwm.lbl.gov/bench/";>
+http://annwm.lbl.gov/bench/</a>.
 </p>
 
 </body>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]