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 Mon, Jan 15, 2001 at 08:11:45PM -0500, Richard Kenner wrote:
> We could, but the other routines (such as mark_set_1) would also need
> to be modified.

That one just needs to make sure that it doesn't do anything silly.
And I believe that is already the case, since it only looks at 
REG, MEM, and some common wrappers for those like SUBREG.

As for correctness, all of these registers are call-clobbered, and
so their contents are being invalidated anyway.


r~

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