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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80508 --- shadow/80508 2007-01-12 12:42:19.000000000 -0500 +++ shadow/80508.tmp.22951 2007-01-12 12:42:19.000000000 -0500 @@ -0,0 +1,22 @@ +Bug#: 80508 +Product: Mono: Compilers +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
