Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75974 --- shadow/75974 2005-09-22 19:58:51.000000000 -0400 +++ shadow/75974.tmp.16547 2005-09-29 13:17:19.000000000 -0400 @@ -12,12 +12,13 @@ ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: [GMCS] PEVerify screams about duplicate MemberRefs in mono-sre-created assembly +OtherBugsDependingOnThis: 76262 Description of Problem: method_encode_methodspec doesn't do any caching, so each time you use some_method<int,int>() a new MethodSpec is created. This wastes space in the generated PE images and causes PEVerify to emit warnings. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
