Comments on: .NET Inside Out Part 11 — Using structs for devirtualization https://blog.adamfurmanek.pl/2019/09/21/net-inside-out-part-11-using-structs-for-devirtualization/ IT, operating systems, maths, and more. Sat, 21 Sep 2019 11:16:17 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: .NET Inside Out Part 1 — Virtual and non-virtual calls in C# – Random IT Utensils https://blog.adamfurmanek.pl/2019/09/21/net-inside-out-part-11-using-structs-for-devirtualization/#comment-712 Sat, 21 Sep 2019 11:16:17 +0000 https://blog.adamfurmanek.pl/?p=3115#comment-712 […] This is the first part of the .NET Inside Out series where I play with CLR internals. For your convenience you can find other parts using the links below (or by guessing the address): Part 1 — Virtual and non-virtual calls in C# Part 2 — Handling and rethrowing exceptions Part 3 — How to override sealed function Part 4 — How to override sealed function revisited Part 5 — Capture thread creation to handle exceptions Part 6 — Proxy handling casting Part 7 — Generating Func from a bunch of bytes Part 8 — Handling Stack Overflow Exception in C# with VEH Part 9 — Generating Func from a bunch of bytes in C# revisited Part 10 — Using type markers for low level optimizations Part 11 — Using structs for devirtualization […]

]]>