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: g77 performance on ALPHA


In a message dated 8/31/99 1:53:21 PM EST, toon@moene.indiv.nluug.nl writes:

> I'd say that g77 should
>  be able to push up all the loads and and down all the stores in the
>  loop.
It would need to allocate a different group of registers for each iteration 
of the loop.  This would be a big advantage on some of the processors which 
don't remap registers, and maybe on those which seem to take extra time to 
move loads past stores.  I've been assuming that the trend is toward CPU's 
which don't depend so much on the compiler.

Tim

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