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/30/99 11:55:55 PM EST, torvalds@transmeta.com writes:

> do the proper
>  iteration unrolling, testing the loop count just once for "4 or more
>  iterations" and then the actual unrolled body would not have any control
>  dependencies. 
>  
>  For some reason I thought gcc already did that, but it obviously
>  doesn't
That's the difference between "unroll-loops" (if the compiler is willing) and 
"unroll-all-loops."

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