IL2CPU
| IL2CPU | |
|---|---|
| Developer(s) | Cosmos Project |
| Stable release | Release 20221121
/ 21 November 2022 |
| Repository | github |
| Available in | English |
| License | BSD |
| Website | github |
IL2CPU (IL To CPU) is an ahead-of-time (AOT) compiler for .NET that is written using one of its Common Intermediate Language compliant languages (C#). It translates Common Intermediate Language to bare metal machine code. IL2CPU is the primary compilation component of the Cosmos Project, and is developed by the same team.