[Mono-bugs] [Bug 57859][Nor] Changed - File::Copy runs very slowly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 May 2004 13:46:22 -0400 (EDT)


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=57859

--- shadow/57859	2004-05-03 12:33:02.000000000 -0400
+++ shadow/57859.tmp.3669	2004-05-03 13:46:22.000000000 -0400
@@ -51,6 +51,11 @@
 
 BTW, you can see the profile by doing:
 mono --profile `which gacutil.exe` /i System.dll /f > ~/t
 
 ------- Additional Comments From vargaz@freemail.hu  2004-05-03 12:33 -------
 So this is fixed, isn't it ?
+
+------- Additional Comments From bmaurer@users.sf.net  2004-05-03 13:46 -------
+Well, Miguel's fix, while nice seems like a workaround of a bigger 
+issue, that the overhead for each operation is too high. But, i am 
+not sure if we consider this acceptable...