| Related articles |
|---|
| PD optimization programs gfouque@csi.UOttawa.CA (Gilles Fouque) (1992-03-28) |
| 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
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.