|
What are JIT compilers? How many are available in CLR?
|
|
Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. There are two types of JITs one is memory optimized & other is performance optimized.
|
|
|
|
|
|
|
|