История изменений
Исправление next_time, (текущая версия) :
«Не читайте перед обедом советских газет»
https://en.wikipedia.org/wiki/Common_Intermediate_Language
Runtimes typically just-in-time compile CIL instructions into native code.
CLI-compatible execution environments also come with the option to do an Ahead-of-time compilation (AOT)
In the .NET Framework there is a special tool called the Native Image Generator (NGEN) that performs the AOT. A different approach for AOT is CoreRT that allows the compilation of .Net Core code to a single executable with no dependency on a runtime.
Исходная версия next_time, :
«Не читайте перед обедом советских газет»
https://en.wikipedia.org/wiki/Common_Intermediate_Language
Runtimes typically just-in-time compile CIL instructions into native code.
CLI-compatible execution environments also come with the option to do an Ahead-of-time compilation (AOT)
In the .NET Framework there is a special tool called the Native Image Generator (NGEN) that performs the AOT. A different approach for AOT is CoreRT that allows the compilation of .Net Core code to a single executable with no dependency on a runtime.