25 Eylül 2020 Cuma

jaotc komutu

Giriş
Açıklaması şöyle
The Ahead-of-Time compilation option was introduced since Java 9, where u can generate the final machine code, directly using jaotc

This code is compiled to a target architecture, so it is not portable…in X86, we can have both Java bytecode and AOT compiled code, working together.

The bytecode will go through the approach, that I explained previously (C1, C2) while the AOT compiled code directly goes and sits in the code cache, reducing the load on JVM. Typically the most frequently used libraries can be AOT compiled, for faster responses.

Hiç yorum yok:

Yorum Gönder