1.

What Is Luajit?

Answer»

LuaJIT is a Just-In-Time Compiler for the Lua programming language. LuaJIT offers more performance, at the expense of portability. On the supported OS's (all popular operating systems based on X86 or X64 CPUs (Windows, Mac OSX, LINUX, ...), ARM based embedded DEVICES (Android, iOS) and PPC/e500v2 CPUs) it offers an API- and ABI-compatible drop-in REPLACEMENT for the standard Lua interpreter.

LuaJIT is a Just-In-Time Compiler for the Lua programming language. LuaJIT offers more performance, at the expense of portability. On the supported OS's (all popular operating systems based on x86 or x64 CPUs (Windows, Mac OSX, Linux, ...), ARM based embedded devices (Android, iOS) and PPC/e500v2 CPUs) it offers an API- and ABI-compatible drop-in replacement for the standard Lua interpreter.



Discussion

No Comment Found