All Projects → jdstroy → nestedvm

jdstroy / nestedvm

Licence: other
Clone of NestedVM repository

Programming Languages

java
68154 projects - #9 most used programming language
c
50402 projects - #5 most used programming language
TeX
3793 projects
shell
77523 projects
perl
6916 projects
Gnuplot
187 projects

nestedvm

Clone of NestedVM repository.

Toolchain hint: Most folks have moved on to gcc-4.x. NestedVM uses gcc-3.x, and requires gcc-3.x to build its toolchain. Clang appears to work as a decent substitute (make CC=clang) - I used clang version 3.2 (tags/RELEASE_32/final) / Target: x86_64-pc-linux-gnu / Thread model: posix.

From the original site:

NestedVM provides binary translation for Java Bytecode. This is done by having GCC compile to a MIPS binary which is then translated to a Java class file. Hence any application written in C, C++, Fortran, or any other language supported by GCC can be run in 100% pure Java with no source changes.

NestedVM was created by Brian Alliet and Adam Megacz.

David Crawshaw has also made significant contributions.

NestedVM is Open Source, released under the Apache 2.0 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].