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

hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!

1567


Explain the advantage of option strict on?

521


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

567


What is an assembly and its use?

540


Define naming convention?

616






Name some different types of control?

525


What is sorting in vb?

516


Explain option strict?

545


Explain the difference between dispose and finalize()?

548


What is visual basic.net culture?

495


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

1859


What is difference between metadata and manifest?

559


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

576


What is the maximum size of the textbox?

527


what is difference between web.config and machine.config and where it will be ?

473