Saturday, December 18, 2010

Just-in-time(JIT) Compiler

Just-in-time(JIT) compiler is a component of CLR which converts MSIL into native code(machine code).

1 comment:

  1. JIT compiler convert byte code (CIL{common Intermediate Language} or normaly IL{Intermediate Language} of previously known as MSIL{Microsoft Intermediate Language}) to Code which are Native to Operation System ie Machine Understandable code (Machine code).

    ReplyDelete