[Mono-bugs] [Bug 75444][Nor] Changed - [GMCS] bad generic method instantations performance

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jul 3 13:28:23 EDT 2005


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 malekith at pld-linux.org.

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

--- shadow/75444	2005-07-03 12:02:28.000000000 -0400
+++ shadow/75444.tmp.16432	2005-07-03 13:28:23.000000000 -0400
@@ -243,6 +243,13 @@
 GC_mark_from was 24% in the non generic version, but it is 5x faster,
 therefore it seems to take more time. Maybe because of finalizers.
 The generic version allocates 170M (non generic 140M, this is strange,
 the generic version doesn't box anything, so it should allocate less,
 maybe it's some runtime issue).
 
+
+------- Additional Comments From malekith at pld-linux.org  2005-07-03 13:28 -------
+The full benchmark is here (I failed to attach it to bugzilla):
+
+  http://nemerle.org/~malekith/temp/benchmark.tar.gz
+
+It contains the generic and nongeneric version, so one can compare them.


More information about the mono-bugs mailing list