|
by Brendan Enrick via Brendan Enrick on 10/14/2009 3:00:00 PM
Recently I was reading through a bunch of interesting blog posts. I was looking for information about the use of callvirt in C#. Callvirt can be used to call both virtual and non-virtual methods, and in fact is how all methods are called in C#. I don’t know how much of a performance decrease there is based on this, but I doubt it is much of one. I stumbled across this interesting post covering why C# uses callvirt from Eric Gunnerson’s blog. We had gotten a report from somebody (likely one o
... [ read more ]
|