Re: Java bytecode generation

plakal@cs.wisc.edu
27 Jun 2000 00:56:01 -0400

          From comp.compilers

Related articles
Java bytecode generation crichardcarter@hotmail.com (Richard Carter) (2000-06-22)
Re: Java bytecode generation d97roli@dtek.chalmers.se (2000-06-27)
Re: Java bytecode generation ddavis2@d3dinc.com (Don Davis) (2000-06-27)
Re: Java bytecode generation james.ramirez@breathemail.net (james.ramirez) (2000-06-27)
Re: Java bytecode generation plakal@cs.wisc.edu (2000-06-27)
Re: Java bytecode generation s337240@student.uq.edu.au (Trent Waddington) (2000-06-27)
Re: Java bytecode generation andi@complang.tuwien.ac.at (2000-06-30)
Re: Java bytecode generation tbecker@pironet.com (Tim Becker) (2000-06-30)
Re: Java bytecode generation joerg.brunsmann@FernUni-Hagen.de (Joerg Brunsmann) (2000-06-30)
| List of all articles for this month |

From: plakal@cs.wisc.edu
Newsgroups: comp.compilers
Date: 27 Jun 2000 00:56:01 -0400
Organization: University of WI, Madison -- Computer Sciences Dept.
References: 00-06-086
Keywords: Java

Richard Carter <crichardcarter@hotmail.com> wrote:
> the way that the Java bytecode is generated. Does anyone know of a
> Java bytecode generator that is written in Java and open source? I


Sun's javac Java compiler should be a good place to start.
It's not exactly "open source" but you can get the source
for free as part of the JDK, as far as I know.


The Kaffe Java virtual machine comes with a compiler
called guavac. Not sure if it is written in Java.


Manoj


Post a followup to this message

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