[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:09:09 -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:05:03.000000000 -0500
+++ shadow/55906.tmp.8676	2004-03-22 22:09:09.000000000 -0500
@@ -124,6 +124,9 @@
 ------- 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 ;-).
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-22 22:09 -------
+oops, have a regression here.