[Mono-bugs] [Bug 55967][Wis] Changed - We emit ldc.i4.0; beq when brfalse would work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 23 Mar 2004 15:23:36 -0500 (EST)


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=55967

--- shadow/55967	2004-03-23 15:23:17.000000000 -0500
+++ shadow/55967.tmp.18027	2004-03-23 15:23:36.000000000 -0500
@@ -1,28 +1,30 @@
 Bug#: 55967
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: We emit ldc.i4.0; beq when brfalse would work
 
 We emit il code that is larger than necessary for some cases of :
 
 if (x == 0)
 
 right now, we optimize the int case, however more can be done.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-03-23 15:23 -------
 Created an attachment (id=7070)
 patch
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-23 15:23 -------
+martin, please review.