2016-11-02
Compile time execution (CTE) is a stage of the compiler which runs any Odin code the user requests before the creation of the executable. The data modified and generated by this stage will be used as the initialization data for the compiled code.
The CTE stage is an interpreter running the generated single static assignment (SSA)