This is the mail archive of the gcc-patches@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] Extend CSE to track const anchors


Paolo Bonzini writes:
> I like the patch.  But
> 
> > +#define TARGET_CONST_ANCHOR 0x8000
> 
> this should be a target hook and the entire code should be disabled if
> it is not defined by the target.

Thanks.  Sure, that's just a hack until I think about how to expose this to
the backends.  Some of this may be derived from GO_IF_LEGITIMATE_ADDRESS, etc.

Adam


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