As we all know that our .NET code (C#, VB.NET etc) are converted into MSIL instructions which in turn are put into the assemblies. MSIL is a high level language, not as low as machine instructions, so it needs to converted into machine specific binary code or needs to be interpreted somehow. Since interpretation would make the execution significantly slower, the code is converted into machine code on access.
c#      jit      how      All     
  • Programming
  • Discuss
  • Add To 




Advanced Search  •  RSS Feeds  •  Contact Us  •  Privacy Policy  •  Terms Of Use  •  ^ To Top
Design By: FoxyThemes  •  Valid XHTML  •  Valid CSS