The JVM generates actual code for the CPU to execu...
# announcements
k
The JVM generates actual code for the CPU to execute, and one of the optimizations the JVM does on that code is inlining small functions.