CONNECT WITH US

Featured Post

What are different types of JIT compilation in .NET?

Get article update by Email

There are three types of JIT compilation in .NET as described follow.
.
· Pre - JIT: - In Pre-JIT compilation, complete source code are converted into native code in a single cycle. This is done at the time of application deployment.
.
· Econo - JIT: - In Econo-JIT compilation, compiler compiles only those method which are called at run time. After execution of this method compiled method are removed from memory.
.
· Normal - JIT: - In Normal-JIT compilation, compiler compiles only those method which are called at run time. After executing this method, compiled method are stored in memory cache. Now further calling to compiled method will execute method from memory cached.

2 comments:

Bishnu said...

Thanks for the beautiful size.



Bishnu
bishnu.tewary@gmail.com

raj chavan said...

very nice i like

Post a Comment