This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New register allocator branch created
- To: "Daniel Berlin" <dberlin at redhat dot com>
- Subject: Re: New register allocator branch created
- From: "Geert Bosch" <bosch at gnat dot com>
- Date: Sun, 28 Jan 2001 14:44:30 -0500
- Cc: "Daniel Berlin" <dberlin at redhat dot com>,"dewar at gnat dot com" <dewar at gnat dot com>,"gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>,"kenner at vlsi1 dot ultra dot nyu dot edu" <kenner at vlsi1 dot ultra dot nyu dot edu>
- Reply-To: "Geert Bosch" <bosch at gnat dot com>
On Sun, 28 Jan 2001 14:14:03 -0500 (EST), Daniel Berlin wrote:
Also, reload shouldn't be doing spill code register allocation, just spill
code insertion. The new allocator expects to be allocating registers
for temporaries used in spill code, by iterating. I haven't gotten
this going yet.
Once i get that handled, you'll never see that message again.
Yes, indeed I got this on x86, I should have be more clear about that.
Anyway, I'll eagerly await your checkin's on the branch so I can see
how well the allocator does on various code for the x86.
-Geert