• Ahead-of-time (AOT) compilation is the act of compiling an (often) higher-level programming language into an (often) lower-level language before execution of a program, usually at build-time
  • It can also be called Static Compilation
  • It reduces the amount of work needed to be performed at run time