|
|
|
|
|
by microtonal
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 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 ;). |
|