pre-compiled, fast code
Posted Feb 10, 2006 0:49 UTC (Fri) by
pkolloch (subscriber, #21709)
In reply to:
Run everywhere? by man_ls
Parent article:
A look at GCJ 4.1
I think that precompiled Java code (using gcj) is often still slower than
byte code on a recent commercial JVM with JIT. That doesn't mean that it
isn't quite fast!
(_Years_ ago I made some simplistic tests showing that the C++ STL
containers didn't perform significantly better than the Java equivalents
when using a decent amount of initial JVM memory. Both sides have probably
been improved now.)
What is absolutely wonderful about precompiled, binary Java code is
integration with C, C++, ...! And then using gdb to debug it all!
(
Log in to post comments)