[Mono-bugs] [Bug 75251][Nor] New - [PATCH] make sizes of reflection
buffers larger
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 13 08:21:23 EDT 2005
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 malekith at pld-linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=75251
--- shadow/75251 2005-06-13 08:21:23.000000000 -0400
+++ shadow/75251.tmp.18936 2005-06-13 08:21:23.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 75251
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: malekith at pld-linux.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] make sizes of reflection buffers larger
+
+Description of Problem:
+
+During work on bootstraping Nemerle compiler I have found that various
+constant sizes of buffers used to hold encoded types are too small. This
+is probably because we generate quite complex types (up to 10 generic
+parameters and often quite deep).
+
+Probably the right solution would be to use some dynamic buffers (because
+generic types can have arbitrary large encodings), but this patch is
+good enough to keep us running.
More information about the mono-bugs
mailing list