This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Your change of September 11, 1998
- To: rth at redhat dot com
- Subject: Re: Your change of September 11, 1998
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Tue, 16 Jan 01 07:27:11 EST
- Cc: gcc at gcc dot gnu dot org
> It indicates which registers are live after the return and that is
> useful information, which means we have to get it right.
Useful, yes. Essential? Maybe yes, maybe no, depending on reorg.
And flow. It is information that's used in a lot of ways and I don't think
trying to figure out precisely the effect of having the wrong data is
an easy thing to do.
There are two questions before us: (1) what to do for gcc 3.0, and
I'd like to just have all the routines in question support all the
forms that are in use now. We can clean it up later.