This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: More stats on new reg allocator
- To: dan at www dot cgsoftware dot com (Daniel Berlin)
- Subject: Re: More stats on new reg allocator
- From: Toshi Morita <tm2 at best dot com>
- Date: Wed, 24 Jan 2001 16:31:54 -0800 (PST)
- Cc: gcc at gcc dot gnu dot org
> So i found some random code that generate spills with the old register
> allocator (rsne.c in libI77), and wanted to see how the new allocator
> did.
You may want to look at the Berkeley SLALOM benchmark.
Last time I checked, gcc generated really atrocious code
for the inner loop of this benchmark.
Toshi