lua-users home
lua-l archive

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


On Sun, Feb 20, 2011 at 08:09, S <phd.st.p@gmail.com> wrote:
> My personal point of view is that any performance improvement related
> to calling lua function from C/C++ code (accepting that we are dealing
> with a sub-optimal situation) would be greatly welcome.

I bet there are quite a few folks on this mailing list that would kill
for this feature.
It all depends on Mike and his list of priorities for LuaJIT and FFI.
Right now FFI provides Lua->C.
With callbacks it would become fully symmetrical high performance
Lua<->C  bridge.

--Leo--