InternetException
  • Home
  • About
Sign in Subscribe
19 Oct 2022 .NET

.NET Jit

Just - in - time compiler.

  • part of CLR
  • for all .net programs for all .net languages
  • converts MSIL to native machine code
  • compiles code when it is necessary at runtime
  • also it is possible to pre-compile to native code at compile time instead

Further read:

https://www.geeksforgeeks.org/what-is-just-in-time-jit-compiler-in-dot-net/

Published by:

Natan Podbielski

You might also like...

18
Feb

Moving /boot partition

1 min read
18
Feb

Purging smtp services from Debian

1 min read
30
Oct

Enhancing your .NET API with query language

7 min read
28
Oct

HLinq design

18 min read
04
Oct

Disable Xunit Test on specific OS

1 min read
InternetException © 2026
  • Sign up
Powered by Ghost