[Mono-bugs] [Bug 76017][Nor] Changed - Unnecessary allocations in System.Runtime.Serialization

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 3 09:23:15 EDT 2005


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

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

--- shadow/76017	2005-09-19 19:31:05.000000000 -0400
+++ shadow/76017.tmp.2940	2005-10-03 09:23:15.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 76017
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: lluis at ximian.com                            
 ReportedBy: trow at ximian.com               
 QAContact: mono-bugs at ximian.com
@@ -22,6 +22,9 @@
 and uses those objects as the Hashtable keys.  However, this means that we
 have to allocate one of these objects for every Hashtable lookup.
 
 It would be much more efficient (and not any more difficult) to instead
 create a custom IComparer, passed in as an argument to the Hashtable's
 constructor.
+
+------- Additional Comments From lluis at ximian.com  2005-10-03 09:23 -------
+Fixed in SVN (r51116). Thanks.


More information about the mono-bugs mailing list