This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Updated code-size benchmark (CSiBE)


On Mon, Aug 11, 2003 at 04:58:54PM +0200, Arpad Beszedes wrote:
> Dear all,
> 
> We have updated our GCC code-size benchmark environment, CSiBE:
> http://sed.inf.u-szeged.hu/csibe/
> 
> We added some new targets, which gives the list:
> arm, i386, m68k, mips and ppc.
> 
> Online statistics are instantly available, but the testbed and the 
> scripts for measurement are also available as a download for offline use.
> 
> If you find it useful and have the competency please consider listing 
> our website on the GCC page
> http://gcc.gnu.org/benchmarks/
> (if not, tell us what we should enhance?)
> 
> Hoping this is useful for the GCC community...

Excellent idea; I checked in the following patch.

Janis

Index: benchmarks/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.8
diff -u -p -r1.8 index.html
--- benchmarks/index.html	12 Nov 2002 14:28:50 -0000	1.8
+++ benchmarks/index.html	11 Aug 2003 16:34:34 -0000
@@ -44,6 +44,14 @@ href="http://www.suse.de/~aj/SPEC/";>http
 <p>SPEC 2000 tests on a Pentium 4 system are available at <a href="http://people.redhat.com/dnovillo/spec2000/";>http://people.redhat.com/dnovillo/spec2000/</a>.
 </p>
 
+<h2>Code Size Benchmarks</h2>
+
+<p>
+Statistics about GCC code size for several targets are available from the
+<a href="http://sed.inf.u-szeged.hu/csibe/";>GCC Code-Size Benchmark
+Environment (CSiBE)</a>, along with the testbed and measurement scripts.
+</p>
+
 <h2>Related benchmarks</h2>
 
 <p>


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