PD optimization programs

Gilles Fouque <gfouque@csi.UOttawa.CA>
Sat, 28 Mar 1992 21:03:14 GMT

          From comp.compilers

Related articles
PD optimization programs gfouque@csi.UOttawa.CA (Gilles Fouque) (1992-03-28)
| List of all articles for this month |

Newsgroups: comp.compilers
From: Gilles Fouque <gfouque@csi.UOttawa.CA>
Keywords: optimize, question
Organization: Compilers Central
Date: Sat, 28 Mar 1992 21:03:14 GMT

    I am currently looking for information about a public domain software
dealing with the techniques described by Aho and Ullman for code
optimization. This techniques involved :


- translation of structured programs into their three-adress
representation,
- basic blocks definition,
- building the control flow graph,
- computing the IN/ OUT/ GEN and KILL components of the blocks using the
data-flow equations.


Thanks


Gilles Fouque
Ottawa University
gfouque@csi.uottawa.ca
--


Post a followup to this message

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