[Mono-bugs] [Bug 75974][Cos] Changed - [GMCS] PEVerify screams
about duplicate MemberRefs in mono-sre-created assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 29 13:17:19 EDT 2005
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 martin at ximian.com.
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: malekith at pld-linux.org
QAContact: mono-bugs at ximian.com
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.
More information about the mono-bugs
mailing list