[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
Mon Oct 10 16:24:23 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 trow at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71413
--- shadow/71413 2005-10-10 16:23:42.000000000 -0400
+++ shadow/71413.tmp.14677 2005-10-10 16:24:23.000000000 -0400
@@ -10,12 +10,13 @@
Component: CORLIB
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
I was using Ben's profiler on beagle and I noticed that we were allocating
something like 1.1 megs on the heap just from Path.GetFullPath. The call
was pretty unnecessary, so simply removing it cut our usage in half, but
the function itself seems to be quite heavy on the allocations.
More information about the mono-bugs
mailing list