lua-users home
lua-l archive

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


On Wed, Oct 23, 2013 at 9:51 AM, Jean-Luc Jumpertz <jean-luc@celedev.eu> wrote:
> The memory management issue comes from the almost-non-incremental invocation
> of finalizers in the current version.

This would be very useful in similar applications like LuaJava, where
(a) the userdata point to potentially rather large Java objects and
(b) finalization is cheap.

A good reason to upgrade to 5.2, actually, especially if a refinement
of the patch could make finalization more balanced.