[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:01:08 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 gonzalo at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71413
--- shadow/71413 2005-10-10 21:10:32.000000000 -0400
+++ shadow/71413.tmp.19214 2005-10-11 00:01:08.000000000 -0400
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Minor
Component: CORLIB
-AssignedTo: gonzalo at ximian.com
+AssignedTo: mono-bugs at ximian.com
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
@@ -56,6 +56,9 @@
class, which we probably can't easily optimize out.
------- Additional Comments From trow at ximian.com 2005-10-10 16:23 -------
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.
More information about the mono-bugs
mailing list