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 [EMAIL PROTECTED] 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 @@ [EMAIL PROTECTED] ~/tests $ !mono mono ./78642.exe Elapsed time =0.23 + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
