[Mono-devel-list] Re: No Subject

Martin Baulig martin at ximian.com
Sat Jan 31 12:12:22 EST 2004


Hi,

I think you sent the wrong patch ;-)

Martin

On Thu, 2004-01-29 at 15:38, Varga Zoltan wrote:
>                                     Hi All,
> 
> Here is a patch to lazily create the
> MonoSymbolFileMethodEntry structures. The current approach
> creates these when an assembly is
> loaded, which is a problem, since it involves calling
> mono_method_get ()
> for each method in the assembly, which involves a binary
> search in the
> typedef table, and causes mono_class_init () to be called
> for each
> type as well. So this takes a lot of time. The patch fixes this.
> 
> Martin, could you review this ?
> 
>               Zoltan
>              
--
Martin Baulig <martin at ximian.com>
Now blogging !  http://primates.ximian.com/~martin/blog




More information about the Mono-devel-list mailing list