Ahead-of-time compilation(AOT)

Ahead-of-time (AOT) compilation is the act of compiling a high-level programming language such as C or C++, or an intermediate language such asJava bytecode or .NET Common Intermediate Language (CIL) code, into a native (system-dependent) machine code with the intention of executing the resulting binary file natively.

 

https://en.wikipedia.org/wiki/Just-in-time_compilation

 

posted on 2016-02-18 14:09  jiahuafu  阅读(558)  评论(1编辑  收藏  举报