[Mono-bugs] [Bug 80578][Wis] Changed - Optimize empty array allocation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 22 14:03:40 EST 2007


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 at ximian.com.

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

--- shadow/80578	2007-01-22 13:51:51.000000000 -0500
+++ shadow/80578.tmp.17303	2007-01-22 14:03:40.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80578
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: marek.safar at seznam.cz               
 QAContact: mono-bugs at ximian.com
@@ -53,6 +53,11 @@
 is generated. And it saved MBs of memory, I think it
 would be nice to have this in runtime to save developer time.
 
 Or try to search for [0]; in our corlib to see how many
 times it is used.
 
+
+------- Additional Comments From lupus at ximian.com  2007-01-22 14:03 -------
+Right, and as you say, the app code is the best place to fix it.
+This is not going to be optimized by the runtime, because it is too
+expensive there, no point in reopening the bug.


More information about the mono-bugs mailing list