[Mono-dev] Interface hierarchy slows down mono

Rodrigo Kumpera kumpera at gmail.com
Sat Aug 4 15:24:04 UTC 2012


Yes, please file a bug report on this.


On Fri, Aug 3, 2012 at 2:16 PM, Stack Pointer <stackpointer at me.com> wrote:

> I've discovered that if there is deep hierarchy of interfaces, say like 20
> or so deep, then mono shows a good ~10s launch latency.
>
> The problem is that, for each hierarchy level, mono keeps all the
> information for it's parents. So it doesn't have to walk through the tree
> and has everything available locally. What this does is, this data
> structure grows exponentially with every hierarchy increment.
>
> Is this something you guys have already see and know about? Or should I
> file a bug report?
>
> Thanks!
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120804/774e24fd/attachment.html>


More information about the Mono-devel-list mailing list