lua-users home
lua-l archive

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



On Mon, Oct 29, 2012 at 2:17 PM, Mateusz Czaplinski <czapkofan@gmail.com> wrote:
I want do dump the *full* VM state.

The meaning of "dumping the whole Lua state" is not as unambiguous as it seems at first, think e.g. of userdata. The best tool to hibernate and restore a whole Lua state is Pluto: it can be tuned to what you exactly mean by "full state". It takes a bit of RTFMing, though.

http://lua-users.org/wiki/PlutoLibrary