lua-users home
lua-l archive

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


On Thu, Jul 10, 2014 at 1:08 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> Embedding LuaJIT can apparently be more bothersome

Only inasmuch as there are specific requirements as to what memory it
has to be given access to. This isn't too big of a deal if you're
building an application de novo, but can be a dealbreaker if you're
writing a plugin for an existing application (particularly on OSX,
where there's no workaround short of running LuaJIT in its own
process). The actual process of embedding it is otherwise equivalent
to Lua's.

/s/ Adam