[Mono-bugs] [Bug 61479][Wis] Changed - [PATCH] Make OP_MEMCPY and OP_MEMSET take a base

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 11:45:54 -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=61479

--- shadow/61479	2004-07-13 11:45:38.000000000 -0400
+++ shadow/61479.tmp.13647	2004-07-13 11:45:54.000000000 -0400
@@ -28,6 +28,11 @@
   4f:	89 50 08             	mov    DWORD PTR [eax+8],edx
   52:	8b 49 0c             	mov    ecx,DWORD PTR [ecx+12]
   55:	89 48 0c             	mov    DWORD PTR [eax+12],ecx
 
 for a memcpy. Rather than using the lea, patch makes us use [ebp-20] then
 [ebp-16] and so on. This allows us to avoid using the lea instruction.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-13 11:45 -------
+Created an attachment (id=8539)
+mini-memcpy-base-base.patch
+