[Mono-bugs] [Bug 80477][Min] Changed - MCS very slow compiling a class with a big single method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 8 14:32:53 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=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: rharinath at novell.com                            
+AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: lluis at ximian.com               
 QAContact: mono-bugs at ximian.com
 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 lluis at ximian.com  2007-01-08 13:18 -------
 Created an attachment (id=18463)
 file.cs.gz
 
+
+------- Additional Comments From miguel at ximian.com  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.
+
+


More information about the mono-bugs mailing list