Related articles |
---|
[7 earlier articles] |
Re: Generating Java Bytecode gunnar@candleweb.no (Gunnar R|nning) (1996-11-19) |
Re: Generating Java Bytecode jsa@alexandria.organon.com (1996-11-19) |
Re: Generating Java Bytecode john@dwaf-hri.pwv.gov.za (John Carter) (1996-11-21) |
Re: Generating Java Bytecode jhummel@crispix.ICS.UCI.EDU (Joe Hummel) (1996-11-21) |
Re: Generating Java Bytecode bmd@cs.kuleuven.ac.be (Bart Demoen) (1996-11-21) |
Re: Generating Java Bytecode stephens@math.ruu.nl (Bruce Stephens) (1996-11-21) |
Re: Generating Java Bytecode torhr@storm.stud.ntnu.no (1996-11-21) |
Re: Generating Java Bytecode kuznetso@MIT.EDU (1996-11-21) |
Re: Generating Java Bytecode billms@ee.ucla.edu (Bill Mangione-Smith) (1996-11-21) |
Re: Generating Java Bytecode pardo@cs.washington.edu (1996-11-21) |
Re: Generating Java Bytecode lynch@frigg.cci.de (Andrew Lynch) (1996-11-24) |
Re: Generating Java Bytecode am56@dial.pipex.com (Stefan Heinzmann) (1996-11-24) |
Re: Generating Java Bytecode guerby@gnat.com (1996-11-26) |
[8 later articles] |
From: | torhr@storm.stud.ntnu.no (Tor H. Ringstad) |
Newsgroups: | comp.compilers |
Date: | 21 Nov 1996 23:09:11 -0500 |
Organization: | Norwegian University of Science and Technology |
References: | 96-11-108 96-11-125 |
Keywords: | Java |
Bill Purvis <w.purvis@daresbury.ac.uk> writes:
> The Java VM does support the basic things you need for C's pointer
> rules - it's the Java Compiler that excludes them.
Could you elaborate on this? The only kind of `pointers' that is supported
by Java are refererences to objects. There is not much (if anything) JVM
bytecode can do to them that a Java program also can`t do.
- Tor Ringstad -
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.