Related articles |
---|
compiling to jvm lhf@csg.uwaterloo.ca (1997-11-11) |
Re: compiling to jvm szpilews@priv.onet.pl (Janusz Szpilewski) (1997-11-13) |
Re: compiling to jvm bothner@cygnus.com (1997-11-14) |
Re: compiling to jvm mal@bewoner.dma.be (Lieven Marchand) (1997-11-15) |
compiling to jvm derek@knosof.co.uk (1997-11-16) |
From: | derek@knosof.co.uk (Derek M Jones) |
Newsgroups: | comp.compilers |
Date: | 16 Nov 1997 22:49:43 -0500 |
Organization: | Knowledge Software Ltd |
References: | 97-11-059 97-11-067 |
Keywords: | Java, C |
Luiz Henrique de Figueiredo wrote:
> > Does anyone have experience compiling languages other than Java to JVM?
> > Is there a web page listing all known compilers?
szpilews@priv.onet.pl "Janusz Szpilewski" writes:
> But there are also some limitations like that there is no direct access
> to the addresses of variables nor to the references to objects. This
> feature makes a fully functional implementation of C pointers rather an
> impossible task...
It is not impossible, but it is very hard (and it also relies on
an implementation defined behaviour being done the 'correct' way).
See my posting to this group of about 6 months ago for details.
derek
--
Derek M Jones tel: +44 (0) 1252 520 667
Knowledge Software Ltd mailto:derek@knosof.co.uk
Applications Standards Conformance Testing http://www.knosof.co.uk
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.