[Mono-dev] Skipping mono_jit_cleanup(domain)

2017-08-08 Thread Howard Rubin
This link used to say that it's OK to skip calling mono_jit_cleanup(domain), but the link no longer works. http://mono.1490590.n4.nabble.com/crash-in-mono-jit-cleanup-td4661326.html Is it OK to skip calling mono_jit_cleanup? This question has management visibility so any documentation about this

Re: [Mono-dev] Skipping mono_jit_cleanup(domain)

2017-08-08 Thread Alexander Köplinger via Mono-devel-list
A working link to the email thread in our archives is here: https://lists.dot.net/pipermail/mono-list/2013-November/050476.html Unfortunately I'm not qualified to speak to your actual question :) - Alex On 8 Aug 2017, at 16:52, Howard Rubin mailto:howard.ru...@hl.konicaminolta.us>> wrote: Th

[Mono-dev] GC_SAFE_POINT

2017-08-08 Thread Neale Ferguson
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);

Re: [Mono-dev] GC_SAFE_POINT

2017-08-08 Thread Alex Rønne Petersen
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 wrote: > In the GC_SAFE_POINT instruction for ARM we have: > > case OP_GC_SAFE_POINT: { > > guint8 *buf