Ahead-of-Time (AOT)
← Back to Compilation Strategies
Compilation that occurs entirely before execution, producing native machine code. AOT compilation provides fast startup, predictable performance, and no runtime compilation overhead at the cost of less runtime optimization opportunity.
Key Properties
Related
- Languages: C, C++, Rust, Go