[Mono-dev] [GMCS] unreviewed generics patches
Martin Baulig
martin at ximian.com
Mon Sep 5 13:12:35 EDT 2005
On Mon, 2005-09-05 at 15:56 +0200, Michal Moskal wrote:
> 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:
Hello,
they're now both in SVN.
Martin
>
> 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).
>
More information about the Mono-devel-list
mailing list