This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Reload patch for PA call rewrite.


> In any case, no matter how frames are allocated on PA, on most
> other targets the register spill area is allocated and adjusted
> during the something_changed loop.  IMO it's wrong for us to be
> modifying register life data after that loop.

My question in that case is how do I determine whether or not the arg
pointer will actually be needed at an earlier point?

>From what you have said, it is quite likely that we are allocating the
register spill area twice (something_change_loop and PA prologue).

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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