[Mono-bugs] [Bug 52395][Wis] Changed - System.Buffer.BlockCopy is slower than System.Array.Copy
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 10:08:39 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=52395
--- shadow/52395 2004-05-14 08:29:01.000000000 -0400
+++ shadow/52395.tmp.6497 2004-05-14 10:08:39.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 52395
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: vargaz@freemail.hu
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -83,6 +83,9 @@
------- Additional Comments From lupus@ximian.com 2004-05-05 06:43 -------
BlockCopyInternal could be changed to do the ByteLength checks in
unmanaged code and return an error code which is check in managed code
to throw an exception. This would eliminate the two additional icalls.
See also the other bug report for how to implement ByteLength with a
fast jit opcode.
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-14 10:08 -------
+Fixed in CVS.