[Mono-dev] Performance of calls
Robert Jordan
robertj at gmx.net
Mon Jan 7 16:54:18 EST 2008
Dax wrote:
> Aefvadh,
>
>> The latter is by design, as methods of MBR classes are
>> never inlined.
>
> Something like that I've assumed it to be.. But the questions on
> differences between csc and gmcs and why static/virtual calls to MBR
> classes are faster are still there..
Just perform the MBR static test before the object test
and wonder why the object static call is suddenly faster.
Also, add some marginal payload to your NOP methods and
watch what happens to your tables. You'll find out that
there is no difference between gmcs & csc.
Robert
More information about the Mono-devel-list
mailing list