Inlining of FORTRAN for Analysis

grout@sp96.csrd.uiuc.edu (John R. Grout)
Thu, 30 Sep 1993 19:02:38 GMT

          From comp.compilers

Related articles
When to do inline expansion jhall@whale.WPI.EDU (1993-09-14)
Re: When to do inline expansion cliffc@rice.edu (1993-09-22)
Inlining of FORTRAN for Analysis grout@sp96.csrd.uiuc.edu (1993-09-30)
| List of all articles for this month |

Newsgroups: comp.compilers
From: grout@sp96.csrd.uiuc.edu (John R. Grout)
Keywords: Fortran, optimize
Organization: UIUC Center for Supercomputing Research and Development
References: 93-09-063 93-09-109
Date: Thu, 30 Sep 1993 19:02:38 GMT

Our group at CSRD is developing a FORTRAN research compiler. Mostly
because of Mary Hall's excellent work, its inliner is designed to support
both the complete expansion of a program for analysis (e.g.,
flow-sensitive data flow algorithms) and partial inlining (e.g., cloning,
loop hoisting) for output.


--
John R. Grout j-grout@uiuc.edu
Center for Supercomputing Research and Development
Coordinated Science Laboratory University of Illinois at Urbana-Champaign


--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.