6 ms·
AOT already means something to clojurists. It means removing the extra runtime compilation phase of .clj into classfiles. The JIT is what the JVM does, which
by gtrak 14y ago
AOT already means something to clojurists. It means removing the extra runtime compilation phase of .clj into classfiles. The JIT is what the JVM does, which still occurs just like before.
- pjmlp 14y agoUnless the bytecode gets translated to native code ahead of time (AOT). Although OpenJDK/Oracle JVM don't offer this option, other vendors do.