What is JIT(Just In Time) and How it works?

Answer Posted / shabbir hassan

First i would like to preach about the CLR(Common Language Runtime).Whenever we developed a VB.NET application then we involve two phase of application development.
1)When we write source code for the application.Create classes and objects,debug application and compile them etc..
2)When our source code really executed.
The span which takes place in the second phase is called CLR.
The CLR is a special runtime Environment.This run time is where the source code of an application is compile into a common intermediate language is called(CIL) or Microsoft Intermediate language(MSIL).
When the program is executed then (CIL) code is translated into the native code of the O/S using the JIT compiler.
That is JIT is responsible for compile,and create machine code of a source code.
Work of JIT.
1)Manage memory and resources.
2)Provide maximum throughput.
3)Manage resources & process bandwidth etc.

Is This Answer Correct ?    22 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the importance of a Button control?

851


Explain public assembly?

537


Explain the advantage of option strict on?

510


What are the differences between vb.net and c#, related to oops concepts

555


Can you please explain the difference between thread and process?

502






Explain jagged array in vb.net?

547


i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate

1889


Explain the use of console application?

515


Tell me how many .net languages can a single .net dll contain?

503


What is the strong name in .net assembly?

545


What is the top .net class that everything is derived from?

593


Is vb.net dead?

507


What do you mean by serialization and deserialization and it's use.

579


What is econo-jit?

588


what is difference between namespace and assembly?

508