This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: An unusual Performance approach using Synthetic registers
- From: dewar at gnat dot com (Robert Dewar)
- To: denisc at overta dot ru, dewar at gnat dot com
- Cc: dnovillo at acm dot org, gcc at gcc dot gnu dot org, ja_walker at earthlink dot net,sabre at nondot dot org, zack at codesourcery dot com
- Date: Sat, 4 Jan 2003 13:11:22 -0500 (EST)
- Subject: Re: An unusual Performance approach using Synthetic registers
> It's indicate that register allocator is operating very poorly or just
> dumb.
Exactly, since the implementation of "synthetic registers" is quite naive,
and the register allocator should be able to do at least this well.