Just in-time-compiler

mohamedjahidameers 583 views 12 slides Aug 01, 2018
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

.net JUST IN TIME COMPILER


Slide Content

JUST-IN-TIME-COMPILER Mohamed jahid ameer.s Msc (software engineer)

JUST IN TIME COMPILER The JIT compiler is part of the common Language Runtime(CLR). The CLR manages the execution of all .NET application . In addition to JIT compiler at runtime . The CLR is also responsibiles for garbage collection, type safety and for exception handling.

Type of JIT Normal JIT-compiler Per- JIT compiler Econo JIT compiler

Normal JIT compiler Normal JIT compiler methods are compiler when called at runtime. After execution this methods is stored in the memory and it is commonly is required for the same method .

Econo JIT compiler Econo -JIT compiler only those methods that are called at runtime. However, these compiled methods are removed when they not required.

Pre-JIT compiler Pre-JIT compiler complete source code into native code in single compilation cycle. This is done at the time of deployment of the time of deployment of the application.

THANK YOU…
Tags