[Mono-dev] [GMCS] unreviewed generics patches
Michal Moskal
m.moskal at nemerle.org
Mon Sep 5 09:56:55 EDT 2005
On 9/5/05, Martin Baulig <martin at ximian.com> wrote:
> They should now all be in SVN (expect the BindGenericTypes ->
> MakeGenericType issue, I'm currently working on that). If I missed
> anything, please lemme know.
Please make sure, you also commit monop.patch.
> There's also a status report bug #75982 - if there is anything
> generics-related which needs to go into 1.1.9, please add it there.
Hm, the reflection sizes patch you applied unfortunately wasn't the last one.
The missing change is:
Index: reflection.c
===================================================================
--- reflection.c (revision 49449)
+++ reflection.c (working copy)
@@ -9333,7 +9333,7 @@
MONO_ARCH_SAVE_REGS;
- p = buf = g_malloc (size = 30 + na * 30);
+ p = buf = g_malloc (size = 50 + na * 50);
mono_metadata_encode_value (0x07, p, &p);
mono_metadata_encode_value (na, p, &p);
Strangely this only shown up when using debug Nemerle builds. Anyway
I'll be trying to produce some dynamic buffer patch here soon (but
probably not before 1.1.9).
--
Michal Moskal,
http://nemerle.org/~malekith/
More information about the Mono-devel-list
mailing list