Results 1 -
5 of
5
InterProcedural Alias Analysis: Implementation and Empirical Results
, 1993
"... This report explains the goals and limitations of alias analysis for conventional procedural languages with reference parameters, shows in detail the actual design and implementation of IPA, and provides algorithmic and speed improvements over the best previously known aliasing algorithms. Empirical ..."
Abstract
-
Cited by 5 (0 self)
- Add to MetaCart
This report explains the goals and limitations of alias analysis for conventional procedural languages with reference parameters, shows in detail the actual design and implementation of IPA, and provides algorithmic and speed improvements over the best previously known aliasing algorithms. Empirical results gathered during the analysis of large Fortran programs are also listed and discussed
A Fortran 90 Interface for OpenGL
, 1997
"... It is important to provide a good fortran interface to OpenGL and related libraries for scientific visualization in mathematical software. OpenGL currently provides a fortran interface which can be used by fortran 77 or fortran 90 programs. However, this interface relies upon several extensions t ..."
Abstract
- Add to MetaCart
It is important to provide a good fortran interface to OpenGL and related libraries for scientific visualization in mathematical software. OpenGL currently provides a fortran interface which can be used by fortran 77 or fortran 90 programs. However, this interface relies upon several extensions to the fortran 77 standard. By using the new features of fortran 90 it is possible to define an interface to OpenGL that does not depend on any extensions to the standard and provides access to the full functionality of OpenGL. This document defines such an interface. 1 Introduction Most mathematical software for scientific computing is written in fortran, and most scientific computing applications require 3D graphics for visualization. It is therefore important to provide a good fortran interface to OpenGL and related libraries. OpenGL [3] currently provides a fortran interface [1] which can be used by fortran 77 or fortran 90 programs. However, this interface relies upon several extens...

