What is JIT compiler?
What is JIT compiler?
A Just-In-Time (JIT) compiler is a component of the Common Language Runtime (CLR) in .NET that is responsible for converting the intermediate language code (such as Microsoft Intermediate Language (MSIL) or Common Intermediate Language (CIL)) into machine code that can be executed by the computer's processor. This process occurs at runtime, meaning the conversion happens just before the code is executed, rather than at the time of application deployment.
middle
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào