[Mono-bugs] [Bug 60697][Wis] Changed - Optimize cgt / ldc.i4.0 / ceq type sequences
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 24 Jul 2004 01:54: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=60697
--- shadow/60697 2004-06-24 11:49:53.000000000 -0400
+++ shadow/60697.tmp.2948 2004-07-24 01:54:21.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 60697
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -45,6 +45,12 @@
20: 0f b6 c0 movzx eax,al
23: 85 c0 test eax,eax
25: 0f 94 c0 sete al
28: 0f b6 c0 movzx eax,al
Clearly, we could optimize this down to one cmp operation.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-24 01:54 -------
+ooops, i filed this twice. Marking the older bug as a dup because the
+newer one has a patch.
+
+*** This bug has been marked as a duplicate of 61797 ***