Related articles |
---|
Generating Java Bytecode gleeh@tulletts.sprint.com (1996-11-18) |
Re: Generating Java Bytecode torhr@storm.stud.ntnu.no (1996-11-19) |
Generating Java Bytecode nasser@apldbio.COM (Nasser Abbasi) (1996-11-19) |
Re: Generating Java Bytecode kuznetso@MIT.EDU (1996-11-19) |
Generating Java Bytecode w.purvis@daresbury.ac.uk (Bill Purvis) (1996-11-19) |
Re: Generating Java Bytecode macrakis@app2.osf.org (Stavros Macrakis) (1996-11-19) |
Re: Generating Java Bytecode chapados@nortel.ca (nicolas (n.) chapados) (1996-11-19) |
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) |
[17 later articles] |
From: | Bill Purvis <w.purvis@daresbury.ac.uk> |
Newsgroups: | comp.compilers |
Date: | 19 Nov 1996 23:33:12 -0500 |
Organization: | Daresbury Lab, Warrington, U.K. |
References: | 96-11-108 |
Keywords: | Java |
Hugo wrote:
> Does anyone have an opinion on generating bytecode for languages other
> than java ?
and John interjected:
> [ ....
> In particular, it specifically doesn't include C's wild 'n' crazy
> pointer rules. -John]
The Java VM does support the basic things you need for C's pointer
rules - it's the Java Compiler that excludes them.
Bill
--
Bill Purvis Maturity is Over-rated
Parallel and Distributed Computing Support Group
Daresbury Laboratory +1925 603357 w.purvis@dl.ac.uk
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.