[Mono-bugs] [Bug 80508][Nor] Changed - code quality regression for array init

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 14 12:58:54 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 miguel at ximian.com.

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

--- shadow/80508	2007-01-13 08:50:08.000000000 -0500
+++ shadow/80508.tmp.21486	2007-01-14 12:58:54.000000000 -0500
@@ -63,6 +63,13 @@
 all you want, but you're measuring the wrong thing.
 This change increases jit time and runtime memory use and it's
 preventing the JIT from optimizing the initialization (the jit could
 just mempcy() the data on little endian systems).
 This has nothing to do with different architectures: the issue is that
 this change is not an optimization: it is a pessimization.
+
+------- Additional Comments From miguel at ximian.com  2007-01-14 12:58 -------
+The change was done in 59040, the original value was six, instead of 200.
+
+I would go up to 10.
+
+


More information about the mono-bugs mailing list