[Mono-dev] GC safepoint code breakage
Bill Seurer
seurer at linux.vnet.ibm.com
Fri Oct 30 15:33:23 UTC 2015
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
More information about the Mono-devel-list
mailing list