| Related articles |
|---|
| irreducible loops johan@dutecaj.et.tudelft.nl (1994-07-04) |
| Re: irreducible loops donawa@bluebeard.cs.mcgill.ca (1994-07-06) |
| Re: irreducible loops preston@noel.cs.rice.edu (1994-07-07) |
| Newsgroups: | comp.compilers |
| From: | donawa@bluebeard.cs.mcgill.ca (Chris DONAWA) |
| Keywords: | optimize, analysis |
| Organization: | Compilers Central |
| References: | 94-07-030 |
| Date: | Wed, 6 Jul 1994 14:19:39 GMT |
J.A.A.J. Janssen (johan@dutecaj.et.tudelft.nl) wrote:
: In our research group we are working on a compiler for the
: MOVE-architecture. One of the problems we encountered are irreducible
: loops. Therefore I'm looking for information in this area. Our ideas for
Check out
@TechReport{ErosaHen93,
Author = "Ana M. Erosa and Laurie J. Hendren",
Title = "Taming Control Flow: A Structured Approach to Eliminating
Goto Statements",
Crossref = "ACAPSTM",
Number = 76,
Month = sep,
Year = 1993
}
available via anon ftp from wally.cs.mcgill.ca as memo76. The algorithm
has been implemented in our C compiler (McCAT).
--chris
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.