Ahead-of-time compilation(AOT)

2022-11-10,

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

Ahead-of-time compilation(AOT)的相关教程结束。

《Ahead-of-time compilation(AOT).doc》

下载本文的Word格式文档,以方便收藏与打印。