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: frv: asm reloads for pseudos assigned to memory fail


On Jul 29, 2004, Joern Rennecke <joern.rennecke@superh.com> wrote:

> and you can avoid inadvertantly using a load in the non-PIC case by making
> the load alternatives expensive enough.

Bzzzt!  Wrong.  :-)

Making the alternatives expensive enough will just make it more
difficult for them to be chosen.  It won't avoid it entirely, unless
you add so many `?'s that it becomes equivalent to `!' as far as
reload is concerned.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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