On Mon, Sep 21, 2009 at 8:57 AM, Marek Safar <[email protected]> wrote:

> Hi,
>
>> The following patch fixes the runtime crash for me.
>>
>> But the issue is not the runtime, but a compiler bug since mcs generates
>> an int64 on stack as argument for newarr and this not correct.
>>
> Should I fix it or will it break mono specific 64 bits array support ?
>
> Marek
>

64bits array remains to be finished, so don't bother with it for now. There
is some talks
over ecma about changing the size argument for newarr to accept intptr as
well, but
this is far from done.

So my suggestion is that if you find an inptr, leave it there, but if you
find an int64, add a
conv.ovf.i.

Rodrigo
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to