[Mono-dev] [PATCH] Allows cominterop_ccw_queryinterface to find interfaces implemented by base classes.

Tom Hindle tom_hindle at sil.org
Wed Apr 29 19:20:22 EDT 2009


Hi,

Could someone review this patch?

Patch attached to following:

https://bugzilla.novell.com/show_bug.cgi?id=499566

Given this is a potential frequently called function would it be worth
doing either of the following optimizations?

1. Don't look looking for interfaces on Object class.
2. Cache the results of the function, eg a map of <classname, array of
all implemented interfaces>

Thanks
Tom






More information about the Mono-devel-list mailing list