[Mono-bugs] [Bug 61797][Wis] Changed - [PATCH] avoid two comparisons for bool b = x != y
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 16:10:37 -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=61797
--- shadow/61797 2004-07-21 16:10:22.000000000 -0400
+++ shadow/61797.tmp.26553 2004-07-21 16:10:37.000000000 -0400
@@ -24,6 +24,11 @@
ceq
This patch uses only one comparison for this operation.
A similar thing could be done with the other ops, however they seem to be
so infrequent to make this patch not worth it.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-07-21 16:10 -------
+Created an attachment (id=8658)
+mini-cne.patch
+