[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Interprocess lua_State* sharing question
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 12 May 2008 16:26:39 -0300
> However, the problem I have now is that I don't see a way to generate
> a Lua_state* in a particular memory location, so I'm running into that
> road block now.
If the underlying system allows you to do that, then you can use a custom
memory allocator: use lua_newstate instead of lua_open.