Related articles |
---|
compiler from c to Bytecodes(java) is needed. chul_ki@my-dejanews.com (1999-02-10) |
Re: compiler from c to Bytecodes(java) is needed. olivier.lefevre@wdr.com (Olivier Lefevre) (1999-02-12) |
Re: compiler from c to Bytecodes(java) is needed. derek@knosof.co.uk (1999-02-15) |
Re: compiler from c to Bytecodes(java) is needed. ast@halcyon.com (1999-02-15) |
Re: compiler from c to Bytecodes(java) is needed. monnier+comp/compilers/news/@tequila.cs.yale.edu (Stefan Monnier) (1999-02-16) |
Re: compiler from c to Bytecodes(java) is needed. zalman@netcom.com (1999-02-24) |
Re: compiler from c to Bytecodes(java) is needed. olivier.lefevre@wdr.com (Olivier Lefevre) (1999-02-24) |
From: | Stefan Monnier <monnier+comp/compilers/news/@tequila.cs.yale.edu> |
Newsgroups: | comp.compilers |
Date: | 16 Feb 1999 23:21:36 -0500 |
Organization: | Compilers Central |
References: | 99-02-038 99-02-058 |
Keywords: | Java, C |
>>>>> "Olivier" == Olivier Lefevre <olivier.lefevre@wdr.com> writes:
> Apogee has announced such a compiler: http://www.apogee.com/cava.html
> As our moderatro commented, it sure will be a strange beast.
Reading their page it seems that they don't really provide a C to JVM.
Rather they rely on a JVM extended with adhoc-code to implement the dirtier
details of C. That might be enough, but you probably lose one of the main
benefits of the JVM: type safety.
Stefan
[You lose portability, too, if you have to use their hacked JVM. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.