|
|
|
|
|
by derleth
5320 days ago
|
|
> A faster Java that doesn't require a virtual machine? I don't know about 'faster', but gcj has been compiling Java to machine code for a while now. From the homepage: > GCJ is a portable, optimizing, ahead-of-time compiler for the Java Programming Language. It can compile Java source code to Java bytecode (class files) or directly to native machine code, and Java bytecode to native machine code. http://gcc.gnu.org/java/ |
|
Similarly, running eclipse under gcj is not something you want to do, it becomes slow.