[Mono-bugs] [Bug 77165][Wis] Changed - Different performance of MONO GC

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jan 7 17:50:37 EST 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=77165

--- shadow/77165	2006-01-05 15:20:50.000000000 -0500
+++ shadow/77165.tmp.30242	2006-01-07 17:50:37.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 77165
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: GC
 AssignedTo: lupus at ximian.com                            
 ReportedBy: vindec1978 at libero.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -75,6 +75,16 @@
 (int)elapsedTime.TotalMilliseconds;
                Console.WriteLine("First allocation milliseconds : 
 
 "+elapsedMilliseconds);
        }
 }
+
+------- Additional Comments From vargaz at gmail.com  2006-01-07 17:50 -------
+The Mono garbage collector is significantly different from the MS one,
+so it is possible that given the right benchmark, the mono GC has
+better performance. Synthetic benchmarks such as this one have little
+use, you should try more real-world benchmarks. Also please note that
+the .NET framework EULA specially prohibits publishing of benchmark
+results.
+
+


More information about the mono-bugs mailing list