This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Yet Another Opportunity to Optimize by the Front End.
- From: Thomas Koenig <Thomas dot Koenig at online dot de>
- To: Paul Thomas <paulthomas2 at wanadoo dot fr>
- Cc: Toon Moene <toon at moene dot indiv dot nluug dot nl>, gfortran <fortran at gcc dot gnu dot org>
- Date: Wed, 1 Nov 2006 12:50:16 +0100
- Subject: Re: Yet Another Opportunity to Optimize by the Front End.
- References: <4543499F.2020007@moene.indiv.nluug.nl> <45467F0A.2000305@wanadoo.fr>
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