[Mono-bugs] [Bug 35894][Wis] New - reduce size of produced binaries

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Dec 2002 23:14:13 -0000


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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=35894

--- shadow/35894	Wed Dec 18 18:14:13 2002
+++ shadow/35894.tmp.19997	Wed Dec 18 18:14:13 2002
@@ -0,0 +1,26 @@
+Bug#: 35894
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: lupus@ximian.com                            
+ReportedBy: lupus@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: reduce size of produced binaries
+
+We can do several things to reduce the size of binaries produced by
+mcs/reflection:
+1) remove duplicated user string entries (already done)
+2) remove duplicated blob items
+3) remove duplicated stand alone signature entries
+4) use short branch opcodes
+
+1 and 2 are the items more worth it.