This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help with new benchmark utility
- To: William Gacquer <wgacquer at ubisoft dot fr>
- Subject: Re: Help with new benchmark utility
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Date: Tue, 20 Mar 2001 18:57:43 +0000
- Cc: gcc at gcc dot gnu dot org
- References: <5D2A198567EED311BD0F009027A25C876AEB10@SRVMAIL-ANN>
William Gacquer wrote:-
> The question is : among the tests that may be found in the gcc cvs
> repository, which ones do you recommend to integrate into a benchmark
> package?
I would doubt that any are useful for benchmarking (I assume you're talking
about speed of compiler and / or produced code). Most the tests are for
compliance to various features, or testing of corner cases.
Neil.