Related articles |
---|
how do a RISC compiler translate an array initialization ? Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (1999-08-02) |
Re: how do a RISC compiler translate an array initialization ? zalman@netcom15.netcom.com (Zalman Stern) (1999-08-02) |
Re: how do a RISC compiler translate an array initialization ? toon@moene.indiv.nluug.nl (Toon Moene) (1999-08-04) |
Re: how do a RISC compiler translate an array initialization ? pmichaud@irisa.fr (1999-08-04) |
Re: how do a RISC compiler translate an array initialization ? Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (1999-08-04) |
Re: how do a RISC compiler translate an array initialization ? Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (1999-08-07) |
From: | Toon Moene <toon@moene.indiv.nluug.nl> |
Newsgroups: | comp.compilers,comp.arch |
Date: | 4 Aug 1999 01:13:00 -0400 |
Organization: | Moene Computational Physics, Maartensdijk, The Netherlands |
References: | 99-08-015 99-08-018 |
Keywords: | architecture, Fortran |
Zalman Stern wrote:
> Checking the compiler output of course to make sure the stores
> is not optimized away. In C/C++ you can declare the variable volatile
> to defeat compiler optimization. I do not know if there is a similar
> mechanism in FORTRAN.
Upcoming in F2K. Note that the posted code was not Fortran (for ... end
for - sounds more like BASIC).
--
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://world.std.com/~burley/g77.html
Return to the
comp.compilers page.
Search the
comp.compilers archives again.