C# If Else Internals
Video Statistics and Information
Channel: LevelUp
Views: 2,551
Rating: undefined out of 5
Keywords: C#, csharp, JIT, performance, dotnet, compilers, programming, computer science, tutorial, C# tutorial, clr, clr internals, just in time, just in time compiler
Id: XLcPTf0efPk
Channel Id: undefined
Length: 22min 41sec (1361 seconds)
Published: Wed Sep 30 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
One small correction in (17:26)
It turns out that you don't need a function, but anything that *can be resolved at compile-time*. So const int Flag will work as well.
Proof Here: https://twitter.com/badamczewski01/status/1311271077935546368