This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Yet Another Opportunity to Optimize by the Front End.


On Mon, Oct 30, 2006 at 11:39:06PM +0100, Paul Thomas wrote:

> ie. there is a single loop with an early bale-out for the condition 
> being met.

This looks pretty good already.  There could be some optimization
potential by loop unrolling (which the backend doesn't do right
now), but that's about it.

Should we open a middle-end optimization PR about this?

	Thomas


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