Related articles |
---|
Compiler Phases cdiggins@videotron.ca (christopher diggins) (2004-01-22) |
Re: Compiler Phases torbenm@diku.dk (2004-01-31) |
Re: Compiler Phases db@digital.com (dablick) (2004-02-01) |
From: | "dablick" <db@digital.com> |
Newsgroups: | comp.compilers |
Date: | 1 Feb 2004 12:34:40 -0500 |
Organization: | Hewlett-Packard Company |
References: | 04-01-133 |
Keywords: | Java |
Posted-Date: | 01 Feb 2004 12:34:40 EST |
Swift is a Java compiler (ahead-of-time compiler) written in Java.
You can find some papers on it here:
http://www.research.compaq.com/wrl/techreports/abstracts/2000.2.html
Since it compiles Java bytecodes, I suppose you could say that it's not a
real compiler because it doesn't really have to worry about lexing and
parsing, but as far as code generation, optimization, register allocation
and what not, it's a true compiler.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.