[Mono-bugs] [Bug 77946][Nor] New - [PATCH] Reduce memory usage of jay debug tables

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Mar 29 09:57:53 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 vargaz at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77946

--- shadow/77946	2006-03-29 09:57:53.000000000 -0500
+++ shadow/77946.tmp.3574	2006-03-29 09:57:53.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 77946
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: vargaz at gmail.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] Reduce memory usage of jay debug tables
+
+jay currently generates a large table named yyRules which is always
+initialized when mcs starts even tough it is almost never used. The
+attached patch avoids that.


More information about the mono-bugs mailing list