lua-users home
lua-l archive

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


>>>>> "Sergey" == Sergey Zakharchenko <doublef.mobile@gmail.com> writes:

 Sergey> [yes]
 Sergey> Just to clarify --- I never tested versions 5.2, 5.3 or
 Sergey> anything before 5.4 RC cycle. I haven't been able to trigger
 Sergey> similar issues with 5.1.

I'm guessing that this doesn't happen in 5.3 because without the
generational GC in play, the forced GC run when out of memory doesn't
leave a black closure behind, since everything will have been swept back
to white.

-- 
Andrew.