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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 18:38:34 -0400 (EDT)


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

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

--- shadow/35894	2004-05-13 05:04:49.000000000 -0400
+++ shadow/35894.tmp.12080	2004-07-17 18:38:34.000000000 -0400
@@ -10,13 +10,12 @@
 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
@@ -77,6 +76,9 @@
 What is parameter name reduction?
 Anyway, the biggest issue is the debug data. It's nice to have around
 and we compile it in by default, but it's so bloated that we may
 consider disabling it if it's size is not reduced. It doesn't help
 that it was embedded inside the binary instead of keeping it separate,
 so it can't even be distributed separately.
+
+------- Additional Comments From miguel@ximian.com  2004-07-17 18:38 -------
+I want to make the debugger information separate.