[Mono-devel-list] Re: [Ximian-mono-list] Making --debug the default in the run

Varga Zoltan vargaz at freemail.hu
Tue Jan 13 14:33:37 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: mono-lazy-symfile-reading.diff
Type: application/octet-stream
Size: 6755 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20040113/d85ec882/attachment.obj 


More information about the Mono-devel-list mailing list