[Mono-devel-list] [PATCH] VTable layout

Ben Maurer bmaurer at users.sourceforge.net
Sun Mar 21 12:01:55 EST 2004


On Sun, 2004-03-21 at 11:27, Paolo Molaro wrote:
> After this patch is committed and tested, you could try to use a
> MonoBitset instead of the hashtable: it may give a measurable speedup.
Agreed, I will do this after it is tested.

> Also, looking at the code, it's not clear to me what would happen for
> properties which override just the get or the set method: maybe in that
> case we need to consider both the setter and the getter slots in the
> hashtable. Could you write a test case for that and try to break the
> current code?
Ok, this does look a little fishy. I am going to test this right now.

Sadly, accounting for overriden properties is really hard because of how
they are represented in the metadata. Over in mcs-land, it is
bugalicious.

Thanks as always for your watchful eyes,
-- Ben 




More information about the Mono-devel-list mailing list