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=80477 --- shadow/80477 2007-01-08 13:18:45.000000000 -0500 +++ shadow/80477.tmp.28992 2007-01-08 14:32:53.000000000 -0500 @@ -1,17 +1,17 @@ Bug#: 80477 Product: Mono: Compilers Version: 1.2 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: -Priority: Normal +Severity: Unknown +Priority: Minor Component: C# -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: MCS very slow compiling a class with a big single method @@ -20,6 +20,13 @@ compiling the file I'm going to attach. The file is about 380kb. ------- Additional Comments From [EMAIL PROTECTED] 2007-01-08 13:18 ------- Created an attachment (id=18463) file.cs.gz + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-08 14:32 ------- +The problem happens because of the nested variable declarations, our +internal checks for checking if a variable conflicts consume all of +the time. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
