[Mono-bugs] [Bug 76400][Nor] Changed - DateTime.Parse allocates 17
kb / call
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 10 18:24:26 EDT 2005
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 at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=76400
--- shadow/76400 2005-10-10 18:09:59.000000000 -0400
+++ shadow/76400.tmp.16046 2005-10-10 18:24:26.000000000 -0400
@@ -49,6 +49,11 @@
* DateTimeFormatInfo.cs: Rather than having a + ' ' + b, have a +
" " + b. This lets us avoid 1) boxing the char and 2) calling
char.ToString. Results in a fairly substantial savings on
DateTime.Parse.
r51532
+
+------- Additional Comments From bmaurer at users.sf.net 2005-10-10 18:24 -------
+Created an attachment (id=15898)
+Another patch.
+
More information about the mono-bugs
mailing list