[Mono-devel-list] (no subject)

Varga Zoltan vargaz at freemail.hu
Thu Jan 29 09:38:09 EST 2004



                                    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
             
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 1769 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040129/fcbd8552/attachment.obj 


More information about the Mono-devel-list mailing list