[Mono-bugs] [Bug 53009][Wis] Changed - Strings in attribute ctors are not interned

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Feb 2004 17:00:58 -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 lupus@ximian.com.

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

--- shadow/53009	2004-01-17 23:14:17.000000000 -0500
+++ shadow/53009.tmp.11951	2004-02-22 17:00:58.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 53009
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -42,6 +42,9 @@
 
 under the profile, you will see many string objects being created. Only one
 should be created, on the first access, the others should come from the
 intern pool. Also, there are many other optimizations that can be made to
 this method to make it go faster, see the allocation profile, it should be
 much smaller ;-).
+
+------- Additional Comments From lupus@ximian.com  2004-02-22 17:00 -------
+This is not a good reason to break compatibility.