[Mono-bugs] [Bug 53012][Wis] Changed - Optimize loops

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Mar 2004 15:07:11 -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=53012

--- shadow/53012	2004-01-18 01:36:20.000000000 -0500
+++ shadow/53012.tmp.31954	2004-03-24 15:07:11.000000000 -0500
@@ -1,8 +1,8 @@
 Bug#: 53012
-Product: Mono/Compilers
+Product: Mono: Compilers
 Version: unspecified
 OS: 
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: 
@@ -76,6 +76,11 @@
         IL_000d:  ldloc.0
         IL_000e:  ldc.i4.0
         IL_000f:  ceq
         IL_0011:  stloc.0
         IL_0012:  br IL_0002
 Again, we can replace brfalse with brtrue, and remove the unconditional branch.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-03-24 15:07 -------
+Created an attachment (id=7084)
+patch
+