[Mono-dev] GC safepoint code breakage

Ludovic Henry ludovic at xamarin.com
Tue Nov 3 13:59:12 UTC 2015


This is now fixed on mono/master

On Fri, Oct 30, 2015 at 5:14 PM Ludovic Henry <ludovic at xamarin.com> wrote:

> Hi Bill,
>
> That's an issue in the mini.c code. I will fix it ASAP.
>
> Thank you!
>
> Ludovic
>
> On Fri, Oct 30, 2015 at 3:33 PM Bill Seurer <seurer at linux.vnet.ibm.com>
> wrote:
>
>> The GC safepoint code is causing me compilation problems.  In mini.h the
>> definition of OP_GC_SAFE_POINT is #ifed:
>>
>> #if defined(TARGET_AMD64) || defined(TARGET_X86) || defined(TARGET_ARM)
>> || defined(TARGET_ARM64) || defined(TARGET_S390X)
>> MINI_OP(OP_GC_SAFE_POINT,     "gc_safe_point", NONE, IREG, NONE)
>> #endif
>>
>> but its use in mini.c is not (see mono_insert_safepoints for instance).
>>
>> Is this something truly optional or should it be implemented for power?
>> --
>>
>> -Bill Seurer
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20151103/9c6ea537/attachment.html>


More information about the Mono-devel-list mailing list