Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Different types of JIT Compiler

    • 0
    • 1
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 342
    Comment on it

    "Different types of JIT Compiler"

    JIT (Just In Time) Compiler is used to convert the MSIL code to the Native code, It is of following three types:-

    1.Normal JIT:-
                                     It compiles only those methods that are called at run time and after compilation stores them into a memory cache called JITTED.If that method is called again then it provides the compiled method from the memory cache for execution.

    alt text

    2.Econo JIT:-
                                    It also compiles only those methods that are called at run time, but once the execution of those methods takes place, they are removed from the memory.

    alt text

    3.Pre JIT:-
                                   It compiles the entire code in a single cycle, i.e it compiles the entire MSIL code into Native code in a single go.

    alt text

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: