Lourival Vieira Neto wrote: > On Sat, Jul 19, 2014 at 5:45 PM, Alexander Nasonov <al...@yandex.ru> wrote: > >> > What if GC kicks-in in softintr? > >> > >> It will call kmem_intr_free(9). > > How many times? > > It depends on your script.
Ok, let me ask a more general question. Do you mix softintr Lua code and regular Lua kernel code in one Lua state? If you do, are you aware that GC running in softintr context can collect objects you created outside of softintr context? Have you thought of that? Alex