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: RFC: Plan for cleaning up the "Addressing Modes" macros


Bernd Schmidt <bernds_cb1@t-online.de> writes:
> Zack Weinberg wrote:
>> I have worked out a tentative plan for replacing most of these
>> macros with ordinary target hooks, and eliminating REG_OK_STRICT.
>
> Are you planning to keep the observed behaviour, or do you want to
> make any enhancements that would allow us to describe addressing modes
> better?  One of my plans for the medium term is to add a context
> argument to BASE_REG_CLASS etc. so that we could e.g. allow different
> register classes in a PLUS than in a POST_INC.

I would prefer to leave the observed behavior unchanged until after
the conversion to target hooks is complete.  The conversion is going
to be hard enough without changing behavior at the same time.

zw


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