What is JIT and MSIL ?
Answers
Answered by
0
Before the Microsoft Intermediate Language (MSIL) can be executed, it must be converted by a .NET Framework Just-In-Time (JIT) compiler to native code, which is CPU-specific code that runs on the same computer architecture as the JITcompiler
Similar questions