Year End Sale: Get Upto 40% OFF on Live Training! Offer Ending in
D
H
M
S
Get Now
Different Types of JIT Complier

Different Types of JIT Complier

28 May 2024
Intermediate
85.9K Views
3 min read
Learn with an interactive course and practical hands-on labs

Free ASP.NET Core Course

JIT stands for just-in-time compiler. It converts the MSIL code to CPU native code as it is needed during code execution. It is called just-in-time since it converts the MSIL code to CPU native code; when it is required within code execution otherwise it will not do anything with that MSIL code. Get ready for 100% growth in your tech career! Our dot net certification guarantees you the skills you need for a salary hike, job placement, and interview success. Enroll today and watch your future soar!

Different Types of JIT

  1. Normal JIT

    This complies only those methods that are called at runtime. These methods are compiled only first time when they are called, and then they are stored in memory cache. This memory cache is commonly called as JITTED. When the same methods are called again, the complied code from cache is used for execution.

    normal jiit
  2. Econo JIT

    This complies only those methods that are called at runtime and removes them from memory after execution.

    econo jiit
  3. Pre JIT

    This complies entire MSIL code into native code in a single compilation cycle. This is done at the time of deployment of the application.

    pre jiit
What do you think?

I hope, you have enjoyed the .NET course article about JIT compiler. I would like to have feedback from my blog readers. Your valuable feedback, question, or comments about this article are always welcome.

Share Article
About Author
Shailendra Chauhan (Microsoft MVP, Founder & CEO at ScholarHat)

Shailendra Chauhan, Founder and CEO of ScholarHat by DotNetTricks, is a renowned expert in System Design, Software Architecture, Azure Cloud, .NET, Angular, React, Node.js, Microservices, DevOps, and Cross-Platform Mobile App Development. His skill set extends into emerging fields like Data Science, Python, Azure AI/ML, and Generative AI, making him a well-rounded expert who bridges traditional development frameworks with cutting-edge advancements. Recognized as a Microsoft Most Valuable Professional (MVP) for an impressive 9 consecutive years (2016–2024), he has consistently demonstrated excellence in delivering impactful solutions and inspiring learners.

Shailendra’s unique, hands-on training programs and bestselling books have empowered thousands of professionals to excel in their careers and crack tough interviews. A visionary leader, he continues to revolutionize technology education with his innovative approach.
Accept cookies & close this