Bugzilla – Bug 318254
[PATCH] make sizes of reflection buffers larger
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by malekith@pld-linux.org 2005-06-13 08:21:23 MST ---- 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. ---- Additional Comments From malekith@pld-linux.org 2005-06-13 08:21:38 MST ---- Created an attachment (id=168126) patch ---- Additional Comments From nazgul@omega.pl 2005-06-13 16:45:37 MST ---- Created an attachment (id=168127) A new patch with some more tweaks, we probably won't need more for now... ---- Additional Comments From malekith@pld-linux.org 2005-06-14 14:45:58 MST ---- Created an attachment (id=168128) This one includes larger sizes from Kamil as well as asserts and Changelog entry. ---- Additional Comments From martin@ximian.com 2005-06-15 12:58:38 MST ---- Just committed the updated patch. Imported an attachment (id=168126) Imported an attachment (id=168127) Imported an attachment (id=168128) Unknown operating system unknown. Setting to default OS "Other".