AOT

/ˌeɪ-oʊ-ˈtiː/

n. “Compiling code before it ever reaches the user.”

AOT, short for ahead-of-time compilation, is a compilation strategy where source code is translated into optimized machine code before the program is run. This contrasts with JIT (just-in-time compilation), where code is compiled at runtime as it is needed.