Digital Marketing

Our forum is Describe for what SEO stands for, tips of Social Media Marketing, How to deal with it. Learn the new ways of doing Digital Marketing....................

SEO Forum,Dofollow Forum,High PR Forum,startwithclck,Submit a guest post,Bluehost Review: Shared Hosting for WordPress,Bluehost Review,Bluehost Reviews,bluehost hosting,How to get backlink from Wikipedia,

You are not connected. Please login or register

What is the role of the JIT compiler in .NET Framework?

Go down  Message [Page 1 of 1]

Digital Marketing


Admin

The JIT compiler is an important element of CLR, which loads MSIL on target machines for execution. The MSIL is stored in .NET assemblies after the developer has compiled the code written in any .NET-compliant programming language, such as Visual Basic and C#.

JIT compiler translates the MSIL code of an assembly and uses the CPU architecture of the target machine to execute a .NET application. It also stores the resulting native code so that it is accessible for subsequent calls. If a code executing on a target machine calls a non-native method, the JIT compiler converts the MSIL of that method into native code. JIT compiler also enforces type-safety in runtime environment of .NET Framework. It checks for the values that are passed to parameters of any method.

For example, the JIT compiler detects any event, if a user tries to assign a 32-bit value to a parameter that can only accept 8-bit value.

https://digitalmarketing.niceboard.com

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum