Related articles |
---|
generic intermediate optimization library peterr@cse.unsw.EDU.AU (Peter Rickwood) (2001-09-20) |
Re: generic intermediate optimization library svdh@wanadoo.fr (2001-09-21) |
Re: generic intermediate optimization library sethgreenblatt@yahoo.com (2001-09-21) |
Re: generic intermediate optimization library ceco@jupiter.com (Tzvetan Mikov) (2001-09-25) |
Re: generic intermediate optimization library tim_two_prime@hotmail.com (Tim Dwyer) (2001-09-26) |
From: | Tim Dwyer <tim_two_prime@hotmail.com> |
Newsgroups: | comp.compilers |
Date: | 26 Sep 2001 00:48:30 -0400 |
Organization: | Posted via Supernews, http://www.supernews.com |
References: | 01-09-088 |
Keywords: | optimize |
Posted-Date: | 26 Sep 2001 00:48:30 EDT |
Peter Rickwood wrote:
>Is anyone aware of any existing libraries/API's which do optimization
>on a well-defined, documented, retargetable intermediate language?
SUIF (Stanford University Intermediate Format) seems pretty well
documented, and the compiler is structured as a set of indepenedent
passes over the tree.
http://suif.stanford.edu/suif/suif1/index.html
Tim
Return to the
comp.compilers page.
Search the
comp.compilers archives again.