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: reload displacement optimization



  In message <199803101259.MAA21273@sun52.NIS.cambridge>you write:
  > Can't we have a RELOAD_LEGITIMIZE_ADDRESS() in the same way that we have LE
  > GITIMIZE_ADDRESS().  This could then be a tuning option which will be used 
  > if it produces valid insns, but thrown out otherwise.
Joern, myself and now rth have done basically the same thing over
the years.

The ability to specify a machine dependent way to reload addresses
is badly needed.

My biggest concern with Joern's version was documenting exactly
reload expected the macro to do in terms of calling push_reload,
rtx sharing and such.  Revisiting Joern's patch has been on my
todo list for a while.

rth -- maybe you should look at Joern's patch work forward from
it.

jeff


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