Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in luajit

How do I convert a lua string to a C char*?

c lua ffi luajit

Running luajit object file from C

c lua luajit

How can I list modules and check functions exist at the command line?

module lua luajit

What is "loadall.so"?

lua luajit

NGINX rate limitting by decoded values from JWT token

Modifying a C++ array in main() from Lua without extra allocation

c++ lua luajit luabridge

LuaJIT and Rocks?

lua luajit luarocks

Differences between standard Lua bytecode and LuaJIT bytecode

lua bytecode luajit

luajit2.0.0 -- Segmentation fault: 11

lua luajit

Luasocket + nginx error - lua entry thread aborted: runtime error: attempt to yield across C-call boundary

How to pass a pointer to LuaJIT ffi to be used as out argument?

lua ffi luajit

When using Luajit, is it better to use FFI or normal lua bindings?

c++ scripting lua ffi luajit

llvm/tools: lli REPL compared to LuaJIT

interpreter jit llvm luajit

Embedding LuaJIT module into C application

lua luajit

LuaJIT require module error

lua luajit

LuaJIT not seeing rocks installed by LuaRocks

lua luajit luarocks

lua_open returns null using luaJIT

c++ lua embedding luajit lua-api

How can I detect at runtime if I am running Luajit or PUC Lua 5.1?

lua luajit

LuaJIT FFI callback performance

callback ffi luajit

Does LuaJIT support __gc for tables?

lua luajit