lua-users home
lua-l archive

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


On Mon, Jun 27, 2016 at 9:06 AM, Jean-Luc Jumpertz <jean-luc@celedev.eu> wrote:

> Although interesting, his is unrelated with the original subject of this discussion, that was about discussing possible ways of improving the current GC algorithm in Lua, by releasing values sooner when some locality conditions are satisfied (and not about releasing costly resources in a deterministic way).

"Releasing resources sooner when some locality conditions are satisfied" is not necessary, but sufficient for "releasing costly resources in a deterministic way".

Cheers,
V.