lua-users home
lua-l archive

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


Hello,

I have some scripts that may be ran many times, in one program execution.
I'd like to keep them in memory (RAM) in the lua complied state. How do I do
that?

I know I can use lua_dostring to execute strings I have in memory, but I'd
also like to use the lua complied codes instead.

Thanks,

Anderson