search for: tripo

Displaying 3 results from an estimated 3 matches for "tripo".

Did you mean: trip
2005 Mar 01
4
[LLVMdev] Using LLVM to target the JVM
Mips2Java solves the same problem. The latest version of Mips2Java is called NestedVM and is part of the larger Vexi project. Much work has been done on NestedVM and it is quite impressive. http://wiki.vexi.org/ Still, it could use a lot of improvement. It's biggest immediate problems are: 1) It doesn't integrate well into a standard (Ant-based) Java build 2) There is no documented
2005 Mar 01
2
[LLVMdev] Using LLVM to target the JVM
Hi, I'm interested in using LLVM to run source languages supported by GCC (mostly just C and Fortran, actually) on a JVM. There seem to be two general ways this could be accomplished. 1. LLVM bytecodes could be compiled to JVM bytecodes 2. LLVM bytecodes could be interpreted by a program running on a JVM Has anybody started work in either direction? Has anyone started work on anything
2005 Mar 01
1
[LLVMdev] Using LLVM to target the JVM
The reasons I'm interested in are compiling legacy Fortran/C code to Java bytecode are: 1) to run the same binaries on all platforms with a supported JVM 2) to run in environments with security restrictions (AKA sandboxes) I care about performance. A major reason that I'm attracted to LLVM is that it would seem to have a better upper limit for attainable performance. My primary