|
|
|
|
|
by buster
4862 days ago
|
|
Probably because of memory usage and garbage collection and the fact that java needs to be installed on most systems whereas C++ needs no dependencies and python comes preinstalled on the usual linux server (probably not python3 but i assume it will be some years before bind10 sees adoption for such critical infrastructure). Also he mentions specialized data structures and memory management. Atleast i wouldn't sleep well if i know that the heart of the internet was running Java :P |
|
Well, GCC (as in the compiler collection) has had a ahead-of-time compiler for ages:
http://gcc.gnu.org/java/
There is also work in the LLVM camp on AOT Java compilation:
http://vmkit.llvm.org/
Atleast i wouldn't sleep well if i know that the heart of the internet was running Java :P
Well lucky you, only many other vital body parts are running on the JVM via Java, JRuby, and increasingly Scala ;).