[Mono-bugs] [Bug 80541][Nor] Changed - [PERFORMACE] Array initializer

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 18 09:36:09 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=80541

--- shadow/80541	2007-01-18 07:15:14.000000000 -0500
+++ shadow/80541.tmp.25595	2007-01-18 09:36:09.000000000 -0500
@@ -87,6 +87,14 @@
 types and accessing less metadata at runtime: note use a size in
 bytes, not elements).
 The benchmark is also buggy, because it doesn't use the array, so the
 runtime could completely remove the allocation.
 
 *** This bug has been marked as a duplicate of 78016 ***
+
+------- Additional Comments From marek.safar at seznam.cz  2007-01-18 09:36 -------
+FYI, I found what causes the slowdown.
+
+MS made that optimization as part of .NET 2.0 because
+when I recompiled same program with gmcs to use 2.0
+corlib the result were as expected (same speed on MS
+runtime).


More information about the mono-bugs mailing list