Content deleted Content added
m link [mM]emory footprint |
Marko H Zajc (talk | contribs) →Runtime: Remove the note about GCJ as it has been removed from GCC about 5 years ago |
||
Line 332:
|-
| C++ is compiled directly to [[machine code]] which is then executed directly by the [[central processing unit]].
| Java is compiled to [[byte-code]] which the [[Java virtual machine]] (JVM) then [[interpreter (computing)|interprets]] at runtime. Actual Java implementations do [[just-in-time compilation]] to native
|-
|}
|