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: discouraging register use


On Friday 31 December 2004 00:54, DJ Delorie wrote:
> Ok, I'm working on this chip that has a small number of cheap
> registers, and a large number of expensive ones (they exist in memory
> but the chip treats them like registers).  What is the preferred (aka
> "right") way of telling gcc to prefer the cheap registers?

Maybe REG_ALLOC_ORDER helps?

Gr.
Steven


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