[Mono-bugs] [Bug 51675][Maj] Changed - We are wasting memory in CompareInfo operations

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 6 Dec 2003 12:04:49 -0500 (EST)


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

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

--- shadow/51675	2003-12-03 19:24:10.000000000 -0500
+++ shadow/51675.tmp.30636	2003-12-06 12:04:49.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51675
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: dick@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,9 @@
 					       CompareOptions options)
 
 Each of these allocates a string, even though they do not need to to
 perform their tasks. This can result in a dramatic, sometime visiable loss
 of performance. For example, bootstraping MCS has > 1mb of unneeded
 allocations due to this.
+
+------- Additional Comments From dick@ximian.com  2003-12-06 12:04 -------
+Strings no longer built.