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-15 07:34:01.000000000 -0400 +++ shadow/78642.tmp.1668 2006-06-15 07:43:19.000000000 -0400 @@ -186,6 +186,33 @@ ------- 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. + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-15 07:43 ------- [EMAIL PROTECTED] serdyuk]$ mono -V +Mono JIT compiler version 1.1.15, (C) 2002-2005 Novell, Inc and +Contributors. www.mono-project.com + TLS: __thread + GC: Included Boehm (with typed GC) + SIGSEGV: normal + Disabled: none [EMAIL PROTECTED] serdyuk]$ mcs --about +The Mono C# compiler is (C) 2001-2005, Novell, Inc. + +The compiler source code is released under the terms of the GNU GPL + +For more information on Mono, visit the project Web site + http://www.go-mono.com + +The compiler was written by Miguel de Icaza, Ravi Pratap, Martin +Baulig, Marek Safar, Raja R Harinath [EMAIL PROTECTED] Palm]$ mcs PerformanceTest.cs +PerformanceTest.cs(8,17): warning CS0168: The variable `k' is declared +but never used +Compilation succeeded - 1 warning(s) [EMAIL PROTECTED] Palm]$ mono PerformanceTest.exe +Elapsed time =5.66077 [EMAIL PROTECTED] Palm]$ + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
