[Mono-bugs] [Bug 55906][Wis] Changed - concat'ing a large number of strings does not use the params overload
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 22:05:03 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=55906
--- shadow/55906 2004-03-22 22:03:53.000000000 -0500
+++ shadow/55906.tmp.8628 2004-03-22 22:05:03.000000000 -0500
@@ -120,6 +120,10 @@
Created an attachment (id=7061)
Patch
------- Additional Comments From bmaurer@users.sf.net 2004-03-22 22:03 -------
*** Bug 55901 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-22 22:05 -------
+The above is a rewrite of the string concat code, it does better
+constant folding, and uses the params overloads. It is also cleaner ;-).