[Mono-bugs] [Bug 23797][Wis] Changed - Conditional branch optimizations
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Jul 2002 06:14:42 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23797
--- shadow/23797 Tue Apr 23 17:12:05 2002
+++ shadow/23797.tmp.14468 Wed Jul 10 02:14:42 2002
@@ -1,14 +1,14 @@
Bug#: 23797
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: dihlewis@yahoo.co.uk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -47,6 +47,11 @@
IL_0004: ldloc.0
IL_0005: ldloc.1
IL_0006: beq.s IL_000d
These are very common operations, so it would probably be worth the
optimization effort.
+
+------- Additional Comments From miguel@ximian.com 2002-07-10 02:14 -------
+I have now implemented these in MCS. These help significantly the
+Mono runtime.
+