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 .

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

 

目录
打赏
0
0
0
0
13
分享
相关文章
关于Ahead-of-Time Compilation的调研与总结
近期正在解决应用冷启动的性能问题,这里对AOT的调研和实验进行一个总结。
1331 0
|
10月前
|
【JVM】Try to Avoid -XX UseGCLogFileRotation
【JVM】Try to Avoid -XX UseGCLogFileRotation
108 1
Load-time relocation of shared libraries
E原文地址:http://eli.thegreenplace.net/2011/08/25/load-time-relocation-of-shared-libraries/ This article’s aim is to explain how a modern operat...
1108 0
itext 落雨 out of membery Memory Optimization
Memory Optimization   If a document deals with a lot of data or large elements, such as images, it is not wise to build the sections entirely in memory and then add them to the document.
1152 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等