[Mono-bugs] [Bug 78642][Wis] Changed - Bad performance of Mono (JIT-compiler)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 15 07:34:01 EDT 2006


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 vargaz at gmail.com.

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

--- shadow/78642	2006-06-14 07:37:43.000000000 -0400
+++ shadow/78642.tmp.1498	2006-06-15 07:34:01.000000000 -0400
@@ -180,6 +180,12 @@
 
 atsushi at cfw2 ~/tests
 $ !mono
 mono ./78642.exe
 Elapsed time =0.23
 
+
+------- Additional Comments From vargaz at gmail.com  2006-06-15 07:34 -------
+The benchmark is not very good, since the MS JIT (and the mono JIT
+in 1.1.15) will eliminate the body of the loop since k is not used
+anywhere else. mono 1.1.13 was missing this optimization.
+


More information about the mono-bugs mailing list