[Mono-bugs] [Bug 71413][Min] Changed - Path.GetFullPath is heavy on
string allocations
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Oct 11 00:38:09 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=71413
--- shadow/71413 2005-10-11 00:01:08.000000000 -0400
+++ shadow/71413.tmp.19500 2005-10-11 00:38:09.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
Component: CORLIB
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: bmaurer at users.sf.net
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc: bmaurer at users.sf.net,trow at ximian.com
Summary: Path.GetFullPath is heavy on string allocations
@@ -59,6 +59,9 @@
In my latest profiler runs the problem is
System.IO.Path:CanonicalizePath, which calls Split and allocates a
bunch of little strings.
------- Additional Comments From gonzalo at ximian.com 2005-10-11 00:01 -------
Ugh. I'm not doing this.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-10-11 00:38 -------
+Ok, if you're chicken :-)
More information about the mono-bugs
mailing list