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


> -----Original Message-----
> From: gcc-owner On Behalf Of DJ Delorie
> Sent: 31 December 2004 00:56

> > Maybe REG_ALLOC_ORDER helps?
> 
> It already has the cheap registers first.  The problem is (or seems to
> be) that the large size of the expensive register class overwhelms
> pretty much everything else.

  How about spiking REGISTER_MOVE_COST and MEMORY_MOVE_COST so that gcc is
severely discouraged from ever moving anything into the expensive registers in
the first place?

    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....
 



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