Recent posts
Most Popular
Recent Comments
- Nouveau Lock (C# 13/.NET 9) - Blog .NET on Object header get complicated
- Anonymous on Mono.Cecil – Generics
- Anonymous on Object header get complicated
.Net attached-properties Behind the scenes C# call callback callvirt cff explorer cil clr command-binding compiler deadlock hook IL internal Internals jit kernel-mode keyboard-hook keylogger livelock localization lock low-level Mono.Cecil msil MVVM optimization pinvoke reference-type Reflection.Emit resourcemanager Rewrite Roslyn routed-command secrets syncblock synchronization threads tile value-type windows windows-phone writeablebitmap
Tag Archives: jit
IL Call Vs. Callvirt Instruction Part Two
In the first part I wrote about what is call and callvirt, what the differences and why should I care. We saw that even non-virtual methods called via callvirt instruction because the null check reason. But with this sense when this is … Continue reading