[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
Mon, 19 Jul 2004 18:13:48 -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:13:11.000000000 -0400
+++ shadow/61740.tmp.1869	2004-07-19 18:13:48.000000000 -0400
@@ -24,6 +24,11 @@
 
   mov eax, esi
   and eax, 1
   test eax, eax
 
 Also, it does a similar optimization for membase loads.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-07-19 18:13 -------
+Created an attachment (id=8637)
+mini-test-esi-one.patch
+