[Mono-bugs] [Bug 80774][Nor] Changed - [PERF] Low peformance of JIT compiler

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Feb 10 08:06:36 EST 2007


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 marek.safar at seznam.cz.

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

--- shadow/80774	2007-02-10 06:21:31.000000000 -0500
+++ shadow/80774.tmp.16825	2007-02-10 08:06:36.000000000 -0500
@@ -71,6 +71,10 @@
 Just replace Dictionary<string,int> in your test case's main method
 with Hashtable (and "dd.TryGetValue" by dd.Contains or dd[...]) and
 you'll see the time drop.
 For me it went from 1.4s to 0.8s.
 
 I'll look into it today and try to rewrite the code in Dictionary<K,V>.
+
+------- Additional Comments From marek.safar at seznam.cz  2007-02-10 08:06 -------
+I agree, we can improve Dictionary implementation but my point was
+that same .exe runs 60% slower on mono runtime than on Microsoft runtime.


More information about the mono-bugs mailing list