jit

How Are Methods Compiled Just-In-Time and Only Then?

We all know that the first time a .NET method is called, the just-in-time (JIT) compiler is invoked to compile the method’s IL representation to the native...

0 replies - 559 views - 09/27/09 by sashag in News

How is my C# code converted into machine instructions?

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...

0 replies - 2954 views - 06/17/08 by raasiel in News