Login
From:
Performance is a Feature!
(Uncensored)
subscribe
A look at the internals of 'Tiered JIT Compilation' in .NET Core
http://www.mattwarren.org/2017/12/15/How-does-.NET-JIT-a-method-and-Tiered-Compilation/
links
backlinks
Tagged with:
net
internals
clr
jit compiler
The .NET runtime (CLR) has predominantly used a just-in-time (JIT) compiler to convert your executable into machine code (leaving aside ahead-of-time (AOT) scenarios for the time being), as the official Microsoft docs say:
Roast topics
Find topics
Find it!