This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Your change of September 11, 1998


On Tue, Jan 16, 2001 at 07:26:19AM -0500, Richard Kenner wrote:
>     Useful, yes.  Essential?  Maybe yes, maybe no, depending on reorg.
> 
> And flow.

No, I understand how flow works and it doesn't care.

We scan backwards from the end of a block.  If we see a register used,
and it had been dead, it becomes live.  If a register is either set or
clobbered -- we do not care which -- it becomes dead.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]