Skip to content

Comment on JEP 544: Ahead-of-Time Code Compilationparent

Comments

I don't get your point. This is what JEP says:

- "Improve startup and warmup time by making optimized native code for an application instantly available when the HotSpot Java Virtual Machine starts."

- "If the workload changes in production, regenerate native code dynamically for continued peak performance, providing the best of both ahead-of-time (AOT) and just-in-time (JIT) compilation."

- "Ensure that shifting from AOT-compiled code to JIT-compiled code is invisible to applications."

That is JEP544 doesn't substitute JVM and JIT optimizations. It just changes the nature of the JIT's outcome.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.