Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



Lourival Vieira Neto wrote:
> On Sat, Jul 19, 2014 at 5:45 PM, Alexander Nasonov 
> <alnsn%yandex.ru@localhost> 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


Home | Main Index | Thread Index | Old Index