Compile Before Execution
← Back to Ahead-of-Time (AOT)
The entire program is compiled to native machine code before any execution begins. This produces standalone executables with fast startup and predictable performance, but prevents runtime optimization based on actual usage patterns.