What is JIT, what are types of JITS and their purpose ?
Answers were Sorted based on User's Feedback
Answer / santosh
There are three types of JIT copilers.
Pre-JIT. Pre-JIT compiles complete source code into native
code in a single compilation
cycle. This is done at the time of deployment of the
application.
Econo-JIT. Econo-JIT compiles only those methods that are
called at runtime.
However, these compiled methods are removed when they are
not required.
Normal-JIT. Normal-JIT compiles only those methods that are
called at runtime.
These methods are compiled the first time they are called,
and then they are stored in
cache. When the same methods are called again, the compiled
code from cache is
used for execution.
| Is This Answer Correct ? | 35 Yes | 3 No |
Answer / 03/05/2007
JIT is Just in Time compiler which compiles the MSIL into
NAtive code. there are 2 types of JITS.
| Is This Answer Correct ? | 18 Yes | 6 No |
Answer / kalpana reddy m
JIT :Just In Time
It converts MSIL code into Native code
It can be devided in 2 types
1.STANDARD JIT
2.ECONAMIC JIT
| Is This Answer Correct ? | 4 Yes | 13 No |
what is the requirement that .Net web services can access the java application?
How do you secure your connection string information?
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?
What is data grid view in asp.net?
What is the difference between system.stringbuilder and system.string
What are cookies in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Can u able to get the xml document in crystal report if yes how its possible
What is an asp.net validator? And, mention its types.
What is the difference between application and cache variables?
What is viewstate parameter?
What is virtual directory in asp.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)