This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: optimization
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Viktor Przebinda <viktor dot przebinda at colorado dot edu>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Tue, 09 Dec 2003 11:42:17 -0500
- Subject: Re: optimization
- Organization: Red Hat Canada
- References: <CDA4745A-2A64-11D8-ACD2-000393B6616A@colorado.edu>
On Tue, 2003-12-09 at 11:29, Viktor Przebinda wrote:
> If anyone has some ideas please let me know.
>
If you're into scientific code, maybe you'll be interested in
vectorization, memory hierarchy and array optimizations for Fortran95
http://gcc.gnu.org/fortran/index.html
Diego.