[Mono-bugs] [Bug 54473][Wis] Changed - String of len > 64 not interned

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Feb 2004 10:13:00 -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 vargaz@freemail.hu.

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

--- shadow/54473	2004-02-17 22:27:23.000000000 -0500
+++ shadow/54473.tmp.23624	2004-02-18 10:13:00.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 54473
 Product: Mono/Runtime
 Version: unspecified
 OS: SUSE 9.0
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ndhameja@panaceasoftware.com               
 QAContact: mono-bugs@ximian.com
@@ -73,6 +73,9 @@
         IL_0014:  call void class
 [mscorlib]'System.Console'::'WriteLine'(bool)
         IL_0019:  ret
 
 In IL_0000, the string is loaded on to the stack. So, at the time of
 the String::IsInterened call at IL_0005, the string must be interned.
+
+------- Additional Comments From vargaz@freemail.hu  2004-02-18 10:13 -------
+Fixed in CVS.