Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How does LuaJIT's trace compiler work?

lua luajit

Are there any examples of multithreaded Tracing JIT compilers?

Why is LuaJIT's memory limited to 1-2 GB on 64-bit platforms?

lua luajit

How difficult is the LuaJIT FFI?

c lua ffi luajit

How to use LuaJIT's ffi module when embedding?

c lua ffi luajit

How to get past 1gb memory limit of 64 bit LuaJIT on Linux?

lua luajit torch

How to install Torch on windows 8.1?

lua windows-8.1 luajit torch

How catch ctrl-c in lua when ctrl-c is sent via the command line

lua luajit torch