Related articles |
---|
java compiler simonsc@uni-muenster.de (Christof Simons) (2001-08-25) |
Java Compiler iztok.prelog@uni-mb.si (Iztok Prelog) (1998-12-18) |
Re: Java Compiler jbusigin@nitek.com (John Anthony Busigin) (1998-12-19) |
Re: Java Compiler gerdb@bstde006.bbn.hp.com (Gerd Bleher) (1998-12-21) |
Re: Java Compiler markusk@bidra241.bbn.hp.com (Markus Kohler) (1999-01-11) |
From: | John Anthony Busigin <jbusigin@nitek.com> |
Newsgroups: | comp.compilers |
Date: | 19 Dec 1998 11:27:00 -0500 |
Organization: | PDN/Chatlink |
References: | 98-12-046 |
Keywords: | Java |
Iztok Prelog wrote:
> Does anybody know where can I find some information about java to
> bytecode compiler (how the compiler works). I'm doing a research work
> and I would be very greatfull for any information.
What you'll want to study is the JVM, which very similar to a 'real'
machine. It's bytecode also has it's own assembly too, which is just
a symbolic representation of the bytecode, just like a normal machine.
Here are a list of interesting links you might want to take a look at.
They deal with the inner workings of the JVM, and will provide you
with the JVM instruction sets, Java assemblers, disassemblers and
other things of interest. I also recommend purchasing a good
reference book on the topic. And without further ado:
http://mrl.nyu.edu/meyer/jvm/jasmin.html
http://tinf2.vub.ac.be/~dvermeir/courses/compilers/javaa/index.html
http://java.sun.com/docs/index.html
I hope that this is what you're looking for!
Regards,
John Busigin
jbusigin@nitek.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.