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


Please Help Members By Posting Answers For Below Questions

What is a literal control?

579


Explain option strict?

553


What is visual basic.net culture?

503


How do you retrieve the customized properties of a .net application from xml .config file?

519


What is the significance of delegates. Where should they be used? What are the situations where we require them?

532






Name a feature which is common to all .net languages?

583


How would you implement inheritance using vb.net?

512


What is code security?

528


What is the advantage of using system.text.stringbuilder over system.string?

610


How vb implements the disconnected architecture as like vb.net?

585


What is branching logic control in VB.NET?

574


What are the different types of applications supported in .net (or) .net framework?

517


Explain manifest?

502


Explain the difference between .dll extension and .exe extension files?

526


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

1961