search for: towerj

Displaying 2 results from an estimated 2 matches for "towerj".

Did you mean: tower
2008 Feb 04
0
[LLVMdev] Introducing myself, and Java project.
...sLoaders at some level, regardless of what you'd prefer. > A more obvious problem is, of course, that it is not possible to > compile Java code statically and save the result in the disk. > That is untrue--last time I checked, gcj does this out of the box. Several other tools used to (TowerJ, I think its name was), but the demand for this turned out to be nil and they folded. Most of Java's appeal lies in its ability to dynamically link libraries. And quite frankly, the overhead of passing native data across that JNI boundary is generally pretty tiny, unless you do some truly idio...
2008 Feb 03
5
[LLVMdev] Introducing myself, and Java project.
Hello, I am Ramon Garcia Fernandez. My interest in LLVM is to develop an interface for Java virtual machine bytecodes, so that Java programs can be run under LLVM. You may ask why not using the Java virtual machine. Although it may be improved, there are some misfeatures in it. This is what I have learned. It makes the communication with native code too expensive. Passing an array from native to