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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to