Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are the shadow variables?

1104


How to achieve Polymorphism in VB.Net?

1115


What is the role of new keyword?

1084


What are the difference between structure and class?

1248


what is commom language runtime?

1010


Name the two main parts of .net?

990


What is sealed class?

1199


Name the class which allows an element to be accessed using unique key?

1063


What is meant by jagged arrays?

1115


Explain the difference between thread and process?

1064


What is the main purpose of garbage collector?

985


What is the maximum size of the textbox?

1031


What are all the parts of .net framework?

1013


What is non_deterministic finalization?

1120


Explain how the .net framework performs automatic memory management.

1064