[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
Wed Sep 7 08:37:47 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75974
--- shadow/75974 2005-09-03 09:00:53.000000000 -0400
+++ shadow/75974.tmp.23253 2005-09-07 08:37:46.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 75974
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details: amd64 pld linux
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Cosmetic
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: malekith at pld-linux.org
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: PEVerify screams about duplicate MemberRefs in mono-sre-created assembly
+Summary: [GMCS] PEVerify screams about duplicate MemberRefs in mono-sre-created assembly
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