[Mono-bugs] [Bug 77947][Nor] Changed - [PATCH] Avoid setting array elements to null in array literals

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 29 10:38:20 EST 2006


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=77947

--- shadow/77947	2006-03-29 10:37:55.000000000 -0500
+++ shadow/77947.tmp.4175	2006-03-29 10:38:20.000000000 -0500
@@ -20,6 +20,11 @@
 in the following example:
 
 string[] arr = new string [] { null, "A", null }
 
 csc does a similar optimizations. This patch reduces the size of mcs.exe
 and mscorlib.dll by about 1KB respectively.
+
+------- Additional Comments From vargaz at gmail.com  2006-03-29 10:38 -------
+Created an attachment (id=16698)
+patch
+


More information about the mono-bugs mailing list