Related articles |
---|
Thoughts on the JVM as a compilation Target? arcfide@sacrideo.us (Aaron W. Hsu) (2012-05-22) |
Re: Thoughts on the JVM as a compilation Target? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2012-05-24) |
Re: Thoughts on the JVM as a compilation Target? jeremy.wright@microfocus.com (Jeremy Wright) (2012-05-24) |
Re: Thoughts on the JVM as a compilation Target? torbenm@diku.dk (2012-05-24) |
Re: Thoughts on the JVM as a compilation Target? arcfide@sacrideo.us (Aaron W. Hsu) (2012-05-24) |
Re: Thoughts on the JVM as a compilation Target? lpsantil@gmail.com (lpsantil@gmail.com) (2012-05-24) |
Re: Thoughts on the JVM as a compilation Target? cr88192@hotmail.com (BGB) (2012-05-24) |
Re: Thoughts on the JVM as a compilation Target? cr88192@hotmail.com (BGB) (2012-05-25) |
Re: Thoughts on the JVM as a compilation Target? torbenm@diku.dk (2012-05-29) |
From: | "lpsantil@gmail.com" <lpsantil@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Thu, 24 May 2012 10:39:38 -0700 (PDT) |
Organization: | Compilers Central |
References: | 12-05-013 |
Keywords: | Java |
Posted-Date: | 25 May 2012 01:00:08 EDT |
> What are your thoughts on JVM as a compilation target, especially with new
> languages all targeting high performance or multi-core type features?
NestedVM (http://nestedvm.ibex.org/) has some tech to target GCC to JVM by
compiling code to MIPS ISA, implementing a MIPS VM, and a MIPS libc/system
call to JNI interface. Some wild concepts that actually work well
(http://www.zentus.com/sqlitejdbc/) and are starting to be used by others like
emscripten (https://github.com/kripken/emscripten , https://github.com/kripken
, https://github.com/kripken/emscripten/wiki), pdf.js
(https://github.com/mozilla/pdf.js)
-L
Return to the
comp.compilers page.
Search the
comp.compilers archives again.