[Mono-bugs] [Bug 77060][Maj] Changed - C# compiler takes infinite amount of time

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 1 00:07:45 EST 2006


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=77060

--- shadow/77060	2006-02-01 00:06:46.000000000 -0500
+++ shadow/77060.tmp.25218	2006-02-01 00:07:45.000000000 -0500
@@ -110,6 +110,15 @@
 get the fix in place.
 
 ------- Additional Comments From miguel at ximian.com  2006-02-01 00:06 -------
 Created an attachment (id=16431)
 Patch that fixes the point at which the ScopeInfo objects are constructed
 
+
+------- Additional Comments From miguel at ximian.com  2006-02-01 00:07 -------
+I want to clean this patch as this allows me to remove some cruft from
+the compiler.
+
+What this does is instead of emitting the Scope initialization at the
+point of use (which was wrong for nested scopes) it emits them where
+it should have been: at the start of the scope.
+


More information about the mono-bugs mailing list