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: [PATCH] rs6000: Add "cannot_copy" attribute, use it (PR67788, PR67789)


On Thu, Oct 01, 2015 at 10:08:50AM -0400, David Edelsohn wrote:
> Is this expensive enough that it is worth limiting the definition of
> the hook to configurations that include 32-bit SVR4 support so that
> not every configuration incurs the overhead?

I don't think so.  That won't save the call to the target hook, and
that is a big part of the overhead already.


Segher


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