[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: one-time-set, many-times-use data
- From: Alexander Gladysh <agladysh@...>
- Date: Mon, 4 Apr 2011 04:09:55 +0400
On Mon, Apr 4, 2011 at 02:39, Robert G. Jakabosky <bobby@sharedrealm.com> wrote:
> On Sunday 03, C++ RTMP Server wrote:
> If you want to use the standard Lua VM library without modifications, then you
> can't use the extra space feature. It is up to you to decide which method you
> use to do what you need.
> It is not un-common for projects to embed a customized version of Lua VM core.
> Lua is small enough that this doesn't add a burden on the main project.
Before messing with custom allocators, extra state spaces and other
customizations, think hard: do you need to be able to embed LuaJIT 2
in your project? (Hint: you do, and it does not live well with all of
this.)
Alexander.