http://bugzilla.novell.com/show_bug.cgi?id=618816
http://bugzilla.novell.com/show_bug.cgi?id=618816#c0 Summary: compilers became very slow (#1000th slower than .net) Classification: Mono Product: Mono: Compilers Version: 2.6.x Platform: 32bit OS/Version: Windows XP Status: NEW Severity: Normal Priority: P5 - None Component: C# AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=372958) --> (http://bugzilla.novell.com/attachment.cgi?id=372958) sources of my slow compiling code User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729) I try to compile a very big generated code (600 000 lines). This code is very quite easy. My code is compiled in about 15s with .net 3.5 (csc) My code is compiled in about 6hr with mono 2.6.4 (gmcs) I note that the compilation is fine with mono 2.4 but at the execution I get the error : "method xxxxx is too complex !" with the code compiled with .net 3.5, the execution works fine. with common small but complex source code, I have no problem with the speed of compilation. my sources are joined Reproducible: Always Steps to Reproduce: 1.generate a very big code with lot of goto label 2.compile it 3.wait a long long long time Actual Results: very slow compilation Expected Results: normally fast compilation -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
