Quite an interesting question: how much is the overhead that is introduced by JVM itself? In other words how much is the memory cost of using byte code execution engines in comparison to plain old C/C++ compilers that produces zero-overhead native code? Well, in case of Java an internal overhead of plain Object is 8 [...]
Posts