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: egcs-1.1 status



  In message <199808230051.AAA01318@ongaonga.chch.cri.nz>you write:
  > Jeffrey A Law writes:
  > 
  >  > Yup pretty much rewriting reload.  It also bleeds into other optimizatio
  > n
  >  > passes like combine, jump, etc.
  > 
  > I gather these other passes just use SMALL_REGISTER_CLASSSES to ensure
  > that explicitly mentioned hard registers only have a short lifetime?
Mostly.

  > Unfortunately, I think SMALL_REGISTER_CLASSES gets sometimes used to
  > denote that there are only few registers available which is not the
  > case in general.
In a few places this is the case.

But I suspect fixing all the passes except reload combined is a much
easier than just the reload work.

jeff


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