Re: IL design?

"Robert H" <robert.hundt@gmail.com>
21 Dec 2006 10:24:48 -0500

          From comp.compilers

Related articles
IL design? compilerguru@gmail.com (2006-12-11)
Re: IL design? Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-12-11)
Re: IL design? bobduff@shell01.TheWorld.com (Robert A Duff) (2006-12-12)
Re: IL design? Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-12-13)
Re: IL design? bobduff@shell01.TheWorld.com (Robert A Duff) (2006-12-14)
Re: IL design? rsc@swtch.com (Russ Cox) (2006-12-14)
Re: IL design? robert.hundt@gmail.com (Robert H) (2006-12-21)
| List of all articles for this month |

From: "Robert H" <robert.hundt@gmail.com>
Newsgroups: comp.compilers
Date: 21 Dec 2006 10:24:48 -0500
Organization: Compilers Central
References: 06-12-049
Keywords: analysis, design
Posted-Date: 21 Dec 2006 10:24:48 EST

compilerguru@gmail.com wrote:
> I would like know what people think is the best Intermediate
> language(IL) to be used for code generation having:
> a) highly effective optimizations
> b)portability . .


Take a look at Whirl from SGI's open source Pro64 compiler (or other
derivatives, such as ORC, or Open64). Don't invent your own IR - just
reuse this one!


This is a very good IR (IL) and you can see how they do the lowering
before doing any machine specific optimizations...


-- Robert Hundt



Post a followup to this message

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