What is JIT(Just In Time) and How it works?
Answer Posted / megha
JIT is a program which compiles MSIL to machine code,
without this .net has no path to machine code.
Types:
Standard JIT: It produces highly optimized machine code and
it caches the code in case it need to access
again.Compilation of IL to native code is very slow however
it produces native code very fast. To make it fast machine
use lot of Ram.
Econo JIT:This is designed for small system which donot
have lot of RAM.But it Produces the code which is not
optimal and also it donot cache the code.
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What are the various open source tool available for VB.NET?
What is redim keyword and its use?
What is different between web.config and machine.config and where it will be ?
How to send xml file on server using http protocol?
What is the purpose of objects present in asp.net?
What do you mean by Redim in VB.NET?
What is stack used for in vb. Net?
Allowed program to auto-correct the database when loading a presentation.
Explain the use of console application?
What is the use of system.diagnostics.process class?
What are the advantages of VB.NET?
Explain about visual basic?
What are the features present in vb 2005?
Explain the difference between int and int32?
What is an arraylist?