On Sun, Aug 29, 1999 at 12:03:19AM -0400, Gord Palameta wrote:
>That would produce a version that compiles and executes the same as the
>Fortran original, but presumably more slowly because of aliasing in C
>preventing some compiler optimizations that Fortran can do.

I've got exactly 0 minutes and 0 seconds experience with Fortran, but
can't you just specify `-fargument-noalias-global' (to gcc), use
`const', `restrict' (supposed to be a part of ISO C 9X, but I don't know
anything more about it) or some other fancy keyword?

/* Steinar */
-- 
Homepage: http://members.xoom.com/sneeze/
_________________________________________________________________
Unsubscribe & list info -- http://www.scruz.net/~luke/signup.htm
Mersenne Prime FAQ      -- http://www.tasam.com/~lrwiman/FAQ-mers

Reply via email to