🌱 Tim's Dev Wiki

Search IconIcon to open search

AOT

Last updated September 16, 2022.

AOT (ahead-of-time) compilation involves compiling an entire application’s source code into an executable (or some other target) before running the application. This is the traditional type of compilation model for C, C++, Go and similar languages. Compilers like gcc are AOT compilers.