Related articles |
---|
Two questions about compiler design blitz@bad-logic.com (2004-02-01) |
Re: Two questions about compiler design david.waller1@blueyonder.co.uk (david.waller) (2004-02-04) |
Re: Two questions about compiler design david.waller1@blueyonder.co.uk (david.waller) (2004-02-04) |
Re: Two questions about compiler design Jeffrey.Kenton@comcast.net (Jeff Kenton) (2004-02-04) |
Re: Two questions about compiler design isaac@latveria.castledoom.org (Isaac) (2004-02-08) |
Re: Two questions about compiler design peteg@cse.unsw.EDU.AU (Peter Gammie) (2004-02-12) |
Re: Two questions about compiler design j.troeger@qut.edu.au (Jens Troeger) (2004-02-12) |
Re: Two questions about compiler design samiam@moorecad.com (Scott Moore) (2004-02-12) |
Re: Two questions about compiler design nmm1@cus.cam.ac.uk (2004-02-13) |
Re: Two questions about compiler design cfc@shell01.TheWorld.com (Chris F Clark) (2004-02-27) |
Re: Two questions about compiler design cfc@shell01.TheWorld.com (Chris F Clark) (2004-03-06) |
From: | Isaac <isaac@latveria.castledoom.org> |
Newsgroups: | comp.compilers |
Date: | 8 Feb 2004 22:06:30 -0500 |
Organization: | Road Runner - NC |
References: | 04-02-030 04-02-069 |
Keywords: | design, interpreter |
Posted-Date: | 08 Feb 2004 22:06:30 EST |
> If you want some intermediate languages the following are possibles
> Java Virtual Machine Code (the language Java compiles to) MicroSoft
Are java bytecodes well suited for doing optimizations? They don't seem
to me to be a great choice for an intermediate language.
Actually you seem to be recommending a final target output rather than
an intermediate language.
> Intermediate Language There are very clear definitions of both
> available either on the Web or through a book. These would have the
> advantage of you not having to write an interpreter and also provide
> you with a large library. They are both available for Windows or Linux
>
> Another alternative is PCode, again information for this is available
> on the Web. PCode is a lot simpler than the above two.
I tried searching for PCode references a few years back and didn't
come up with much. Could you provide a pointer or two?
Isaac
Return to the
comp.compilers page.
Search the
comp.compilers archives again.