Ahead-Of-Time Java to Native Code Compilation
As opposed to Just-In-Time (JIT) compilation, found in most modern JVMs, Microsoft .NET framework, browser JavaScript engines, and numerous dynamic language implementations, Ahead-Of-Time (AOT) compilation is normally associated with “old school”, static languages such as FORTRAN or C/C++. The fact is that an AOT compiler (Ngen) has been part of …