generic intermediate optimization library

Peter Rickwood <peterr@cse.unsw.EDU.AU>
20 Sep 2001 00:30:48 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: Peter Rickwood <peterr@cse.unsw.EDU.AU>
Newsgroups: comp.compilers
Date: 20 Sep 2001 00:30:48 -0400
Organization: The University of New South Wales
Keywords: optimize, question
Posted-Date: 20 Sep 2001 00:30:48 EDT

Is anyone aware of any existing libraries/API's which do optimization
on a well-defined, documented, retargetable intermediate language?


So, for example, a library that allows you to pass in (say) the root
node of an expression tree, and performs specified optimizations on
that tree, outputting an optimized syntax tree in the same
intermediate language...


I realize that open-source compilers of course have optimizing code,
but I'm wondering how modular this code is (ie. how easily it can be
stripped out and used in isolation)....




Or am I missing something? I'm new to compilers and what I wan't may
be impossible/impractical.


thanks
Peter


Post a followup to this message

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