[Mono-bugs] [Bug 61740][Wis] Changed - [PATCH] use test esi, 1, not mov eax,esi/and eax,1/test eax,eax

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Jul 2004 12:46:19 -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=61740

--- shadow/61740	2004-07-19 18:38:09.000000000 -0400
+++ shadow/61740.tmp.20911	2004-07-21 12:46:19.000000000 -0400
@@ -108,6 +108,11 @@
 to
 
 if ((a & 1) != 0)
 
 so that we can use the test trick. Of course, this only can be done if
 the constant is of the form 2^n.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-21 12:46 -------
+Created an attachment (id=8654)
+mini-test-esi-one.patch
+