Saved Bookmarks
| 1. |
What Is Jit Compiler |
|
Answer» It is a compiler which CONVERTS MS IL code to Native Code (ie.. CPU-specific code that RUNS on the same computer architecture). Just-In-Time compiler- it converts the language that you WRITE in .Net into machine language that a computer can understand. It is a compiler which converts MS IL code to Native Code (ie.. CPU-specific code that runs on the same computer architecture). Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. |
|