[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Re: Freeing Lua scripts
- From: Andre de Leiradella <leiradella@...>
- Date: Thu, 26 Jun 2003 12:24:07 -0300
>>Is it true that after executing Lua scripts, being them plain source code
or
>>pre-compiled chunks, with lua_load and lua_pcall I call release the memory
>>used to hold them? I believe so, but I want to make sure I can do that.
>
>You mean, Lua scripts stored in memory? If so, you can release them right
>after you load them. The strings holding the scripts are not needed when
the
>chunks are executed.
Yes, that's what I meant. But not only strings (in the sense of Lua source
code), can pre-compiled scripts be freed after I lua_load and lua_pcall
them?
Thank you,
Andre de Leiradella
http://www.geocities.com/andre_leiradella/