This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Random Program Generators
- To: shebs at apple dot com
- Subject: Re: Random Program Generators
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 15 Feb 2000 20:53:03 +0100
- CC: gcc at gcc dot gnu dot org
- References: <38A9ABDD.14FD44FB@apple.com>
> One of the useful tools for studying compiler execution times is a
> random program generator - you can use it to generate programs with
> lots of header but only small source files, etc. A cursory search
> of the web reveals only the little generator in utils/spu that I
> wrote years ago for Cygnus, but surely there must be something else.
> Does anybody know of anything that they would recommend?
I have a 'random SDL and ASN.1' generator, if that helps :-)
My experience is that those are always specific for a test
purpose. Once the compiler supports all output of the generator
sufficiently, you'll have to improve the generator to make the
compiler break again.
Martin