Comment on JEP 544: Ahead-of-Time Code CompilationComments−treyd1dWhat are the architectural differences between this and Android's ahead-of-time runtime?−SkinneyOP1dThis JEP is essentially about caching the JIT's generated code for later runs. The JIT is still free to discard the cache if it deems it worthwhile.
Comments
What are the architectural differences between this and Android's ahead-of-time runtime?
This JEP is essentially about caching the JIT's generated code for later runs. The JIT is still free to discard the cache if it deems it worthwhile.