[Mono-dev] GC safepoint code breakage

Ludovic Henry ludovic at xamarin.com
Fri Oct 30 17:14:00 UTC 2015


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/20151030/20a77825/attachment.html>


More information about the Mono-devel-list mailing list