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]
Other format: [Raw text]

Re: FIRST_PARM_OFFSET() depending on "frame_pointer_needed" and "regs_ever_live[]". Can it?


On Sat, Aug 31, 2002 at 09:41:42PM -0700, Mike Laman wrote:
> Am I even allowed to use the
> "frame_pointer_needed" and "regs_ever_live[]" in FIRST_PARM_OFFSET()?

No.

> I will be very disappointed if I am required to define/use an argument
> register...

The argument register can be fake.  This is how most targets work,
actually.  You use INITIAL_ELIMINATION_OFFSET to remove it during
register allocation.


r~


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