lua-users home
lua-l archive

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


How can I get the byte codes for a function definition in Lua?

I'd like to be able to save a single compiled function to a file
(independent of position within the tablespace) and load into
a future instance of the VM.

Steve