[Mono-dev] GC_SAFE_POINT

Alex Rønne Petersen alex at alexrp.com
Tue Aug 8 18:59:02 UTC 2017


Hello,

It's an address to the mono_polling_required variable, which is
declared as size_t.

Regards,
Alex

On Tue, Aug 8, 2017 at 8:51 PM, Neale Ferguson <neale at sinenomine.net> wrote:
> In the GC_SAFE_POINT instruction for ARM we have:
>
>                 case OP_GC_SAFE_POINT: {
>
>                         guint8 *buf [1];
>
>
>                         g_assert (mono_threads_is_coop_enabled ());
>
>
>                         ARM_LDR_IMM (code, ARMREG_IP, ins->sreg1, 0);
>
>                         ARM_CMP_REG_IMM (code, ARMREG_IP, 0, 0);
>
>
> Is the value whose address is in ins->sreg1 an integer or a single byte?
>
> Neale
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.dot.net
> http://lists.dot.net/mailman/listinfo/mono-devel-list
>


More information about the Mono-devel-list mailing list