[Mono-bugs] [Bug 80508][Nor] Changed - code quality regression for array init
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Jan 12 17:13:29 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=80508
--- shadow/80508 2007-01-12 12:42:19.000000000 -0500
+++ shadow/80508.tmp.6544 2007-01-12 17:13:29.000000000 -0500
@@ -1,22 +1,30 @@
Bug#: 80508
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: rharinath at novell.com
+AssignedTo: marek.safar at seznam.cz
ReportedBy: lupus at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: code quality regression for array init
The code generated for constant array initializers regressed:
mcs now initializes manually each element instead of calling the usual
InitializeArray () (see the Hashtable .cctor for example: a 34 element int
array).
+
+------- Additional Comments From marek.safar at seznam.cz 2007-01-12 17:13 -------
+I think it is not a regression. I have made this change couple of
+months ago after some performance measurements.
+
+See expression.cs and
+
+const int max_automatic_initializers
More information about the mono-bugs
mailing list