[Mono-bugs] [Bug 61816][Wis] Changed - [PATCH] use cmp BYTE PTR [eax], 0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Jul 2004 00:35:21 -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=61816
--- shadow/61816 2004-07-22 00:34:53.000000000 -0400
+++ shadow/61816.tmp.32474 2004-07-22 00:35:21.000000000 -0400
@@ -18,6 +18,11 @@
It is faster to do
cmp BYTE PTR [eax], 0
than
movzx ecx, BYTE PTR [EAX]
cmp ecx, 0
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-22 00:35 -------
+Created an attachment (id=8667)
+mini-cmp-membase8.patch
+