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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Mar 2004 11:42:51 -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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=53012

--- shadow/53012	2004-03-24 15:08:34.000000000 -0500
+++ shadow/53012.tmp.5252	2004-03-30 11:42:51.000000000 -0500
@@ -102,6 +102,10 @@
 brfalse after
 br bar
 after:
 
 I got no regressions on the test suite, and ran peverify on the
 bootstrapped mcs.
+
+------- Additional Comments From miguel@ximian.com  2004-03-30 11:42 -------
+Jump optimization on the JIT would achieve the above, so am not
+sure I want to maintain the extra complexity in the compiler.