PreviousNext

.NET JIT and CLR - Joined at the Hip

by bill-s, 2018-07-09T23:21:00.428Z

I’ve been digging into .NET Internals for a while now, but never really looked closely at how the ‘Just-in-Time’ (JIT) compiler works. In my mind, the interaction between the .NET Runtime and the JIT has always looked like this...

Read More