Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #648
| From | "lpsantil@gmail.com" <lpsantil@gmail.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Thoughts on the JVM as a compilation Target? |
| Date | 2012-05-24 10:39 -0700 |
| Organization | Compilers Central |
| Message-ID | <12-05-019@comp.compilers> (permalink) |
| References | <12-05-013@comp.compilers> |
> 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
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Thoughts on the JVM as a compilation Target? "Aaron W. Hsu" <arcfide@sacrideo.us> - 2012-05-22 13:33 -0400
Re: Thoughts on the JVM as a compilation Target? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2012-05-24 04:21 +0000
Re: Thoughts on the JVM as a compilation Target? Jeremy Wright <jeremy.wright@microfocus.com> - 2012-05-24 08:30 +0000
Re: Thoughts on the JVM as a compilation Target? BGB <cr88192@hotmail.com> - 2012-05-25 14:26 -0500
Re: Thoughts on the JVM as a compilation Target? torbenm@diku.dk (Torben Ægidius Mogensen) - 2012-05-29 17:40 +0200
Re: Thoughts on the JVM as a compilation Target? "Aaron W. Hsu" <arcfide@sacrideo.us> - 2012-05-24 10:05 -0400
Re: Thoughts on the JVM as a compilation Target? torbenm@diku.dk (Torben Ægidius Mogensen) - 2012-05-24 10:34 +0200
Re: Thoughts on the JVM as a compilation Target? "lpsantil@gmail.com" <lpsantil@gmail.com> - 2012-05-24 10:39 -0700
Re: Thoughts on the JVM as a compilation Target? BGB <cr88192@hotmail.com> - 2012-05-24 13:06 -0500
csiph-web