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: Optimization of forall loops


On Monday 27 February 2006 13:30, Dominique Dhumieres wrote:
> 117c117,119
> <       b(:,j) = b(:,j)-temp*c
> ---
>
> >       forall ( p = 1:n )
> >         b(p,j) = b(p,j)-temp(p)*c
> >       end forall

FORALL is often more difficult to optimize, but in this case it looks
like a weakness (just another one, you know... ;-) in the dependency
checking code.

Can you file a bug about this with a small test case (not taken from
Polyhedron please, copyright reasons)?  If you do, please add me to
the CC: list.

Thanks,


Gr.
Steven


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