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.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: [EMAIL PROTECTED] +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). + +------- Additional Comments From [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
