[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
Tue, 23 Mar 2004 12:22:52 -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:09:09.000000000 -0500
+++ shadow/55906.tmp.15828 2004-03-23 12:22:52.000000000 -0500
@@ -127,6 +127,11 @@
------- 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.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-03-23 12:22 -------
+Created an attachment (id=7067)
+Patch, no regressions.
+