[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 11:44:43 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 11:28:39.000000000 -0500
+++ shadow/80578.tmp.15703	2007-01-22 11:44:43.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80578
 Product: Mono: Runtime
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+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
 TargetMilestone: ---
@@ -36,6 +36,13 @@
 However, it seems to me that 1 instance should
 be enough in case of 0-sized array.
 
 Please consider this as a suggestion as I don't have
 enough knowledge about runtime to say whether it
 is possible or not.
+
+------- Additional Comments From lupus at ximian.com  2007-01-22 11:44 -------
+I don't think this is an interesting case for optimization: its not
+worth it to slowdown the rest of the allocations for such a marginal
+case. Maybe we could do something in the moving gc to just have one
+instance but even then it's not clear this has any significance in the
+real world.


More information about the mono-bugs mailing list