Re: Best language for intermediate representation

s.bosscher@student.tudelft.nl (Steven Bosscher)
13 Feb 2004 23:53:08 -0500

          From comp.compilers

Related articles
Best language for intermediate representation wienczny@web.de (Stephan Wienczny) (2004-02-12)
Re: Best language for intermediate representation s.bosscher@student.tudelft.nl (2004-02-13)
Re: Best language for intermediate representation basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2004-02-13)
Re: Best language for intermediate representation jle@forest.owlnet.rice.edu (2004-02-26)
| List of all articles for this month |

From: s.bosscher@student.tudelft.nl (Steven Bosscher)
Newsgroups: comp.compilers
Date: 13 Feb 2004 23:53:08 -0500
Organization: http://groups.google.com
References: 04-02-112
Keywords: analysis, design
Posted-Date: 13 Feb 2004 23:53:08 EST

Stephan Wienczny <wienczny@web.de> wrote
> what is the best intermediate language currently freely available?


"The best" depends on what you want to do with it...


One very well documented IR is WHIRL, which is the IR of
the Open64 compiler, see open64.sourceforge.net. One of
its many nice features is that it really is a family of
representations, which allows you to gradually lower from
a very high level representation to an almost-machine-code
representation.


Gr.
Steven


Post a followup to this message

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