On Sat, Jul 19, 2014 at 6:34 PM, Alexander Nasonov <al...@yandex.ru> wrote: > 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?
Yes, I do. > If you do, are you aware that > GC running in softintr context can collect objects you created outside > of softintr context? Yes, I am. > Have you thought of that? Yes, I have. Regards, -- Lourival Vieira Neto