Ahead-Of-Time IL Compiler
This article is incomplete. Could you help us by filling it out more?
Phases
- IR Generation – documents the Intermediate Representation (IR) generation phase
- IR Processing – documents the Intermediate Representation (IR) processing phase
- Encoding – documents the processor-specific encoding phase
AOT Features
- ADC – documents the Architecture-Dependent Code functionality in the AOT
- Implementation – documents in detail the implementation of the AOT
Plans
- JIT – our plan to use the AOT engine as a JIT engine in the kernel.
- Porting to ARM – our plan to port the AOT to the ARM Architecture.
Proposed Plans
These plans have not been agreed upon.
- Conditional Compilation – a plan to support conditional AOTing, to facilitate korlib