What is ahead-of-time(AOT) compilation?

aot compilation
0
Posted

What is ahead-of-time(AOT) compilation?

0

AOT in the embedded market is a cross compilation technology where Java™ byte code (ie. class files) are compiled directly to machine code prior to runtime. The precompiled class files may then be statically linked into an image to be loaded onto the target system. In addition to static linking, PERC offers the option to dynamically load AOT compiled code.

Related Questions