[Mono-bugs] [Bug 61816][Wis] Changed - use cmp BYTE PTR [eax], 0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 14:28:04 -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-29 14:24:09.000000000 -0400
+++ shadow/61816.tmp.25298 2004-07-30 14:28:04.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 61816
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [PATCH] use cmp BYTE PTR [eax], 0
+Summary: use cmp BYTE PTR [eax], 0
It is faster to do
cmp BYTE PTR [eax], 0
than
movzx ecx, BYTE PTR [EAX]
cmp ecx, 0
@@ -33,6 +33,9 @@
------- Additional Comments From lupus@ximian.com 2004-07-29 10:18 -------
Please commit: make sure your commit message has a correct changelog
entry this time, thanks.
------- Additional Comments From bmaurer@users.sf.net 2004-07-29 14:24 -------
Done.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-30 14:28 -------
+This caused regressions. We need to figure out a way to handle sign issues