what is the jit? what is the type of jit and purpose of it>
Answer Posted / payal
all source code is converted to IL(inertmediate language)
and using JIT il is convet to machine code.this is come in
CLR(managed code)
this is used in runtime environment.
types
1.pre-JIT
in that all source code is complied at one time on one
complication.
2.Econo-JIT
in that this complied the methods which arec called at
runtime .
3.normal-JIT
in that this complied the methods which arec called at
runtime.The methods which are compiled at first time these
are kept in cache and when need refer from it.
in that this called the methods at only
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is session stored in browser?
What are the differences between primary foreign and unique keys?
How to you can limit Access to Web API to Specific HTTP Verb?
How does session work?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What are the navigation ways between pages available in ASP.NET?
What is a server farm in iis?
What is latest version of asp.net mvc? : Asp.Net MVC
Define application state variable and session state variable?
What is the difference between debug and release?
What is application state?
What is HTTPModule and HTTPcontext? What is the use of each?
Describe the events in the life cycle of a web application.
how to elimainte the similar data from the different tables
what is command line compiler.what are the steps and how it is related to debugging.