https://bugzilla.novell.com/show_bug.cgi?id=462016
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=462016#c10 --- Comment #10 from Steven Munroe <[email protected]> 2008-12-30 13:15:24 MST --- the effect of the patch is to avoid the call to mono_marshal_load_type_info() which results to mono_class_init(). Instead of: mono_allocate_stack_slots_full: i...@0x10342950, inst_vt...@0x10337db0, data.kl...@0x1033b730 mono_marshal_load_type_info: cl...@0x1033b730, name=(null) mono_class_init2: cl...@0x1033b730,class->name=(null),class->parent=0x10313dd0 mono_class_init0: cl...@0x10313dd0,class->name=0x101,class->generic_class=0x10334bb0 ->container_class=0x102f7fe8 mono_class_init0: cl...@0x102f7fe8,class->name=0x1033d7a0,class->generic_class=0x102a30c8 ->container_class=0x102a30c8 mono_class_init1: cl...@0x102f7fe8, gkl...@0x102a30c8 : class->name=, gklass->name=Tests : class->interface_count=1536, gklass->interface_count=0 we see: mono_allocate_stack_slots_full: i...@0x10342950, inst_vt...@0x10337db0, data.kl...@0x1033b730 mono_class_setup_parent: cl...@0x10343f00 ->parent = 0x102a3b60 mono_class_setup_mono_type: data.cl...@0x10343f00 mono_class_create_from_typedef: cl...@0x10343f00, name=SimpleObj, interface_count=0 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
