Английская Википедия:IL2CPU

Материал из Онлайн справочника
Версия от 11:07, 24 марта 2024; EducationBot (обсуждение | вклад) (Новая страница: «{{Английская Википедия/Панель перехода}} {{Multiple issues| {{more citations needed|date=April 2016}} {{notability|Product|date=April 2016}} }} {{Infobox software | name = IL2CPU | developer = Cosmos Project | latest release version = Release 20221121 | latest release date = {{start date and age|2022|11|21|df=y}} | repo = {{URL|https://github.com/CosmosOS/IL2CPU}} | language = English | license = BSD | websi...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигацииПерейти к поиску

Шаблон:Multiple issues

Шаблон:Infobox software

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.

History

IL2CPU was created in 2005 by the Cosmos team. It was originally designed for the .NET Framework, but has since been upgraded to .NET Core, which is now known as just .NET.

Шаблон:As of, it is planned to be superseded by .NET's native ahead-of-time (AOT) compiler, NativeAOT, however it is still in active development.

Technical details

IL2CPU is a console program invoked by the Cosmos build process. It takes in a dynamic link library (DLL) file, systematically scans its opcodes and outputs x86 instructions to be consumed by one of Cosmos's output methods, e.g. to create an ISO disk image file or to be booted over the network via PXE.

See also

Шаблон:Portal

External links