|
- The LuaJIT Project
This is the common project page for: LuaJIT — a Just-In-Time Compiler for Lua Coco — a Lua extension for True C Coroutines DynASM — a Dynamic Assembler for code generation engines Lua Bitop — a Lua extension for bitwise operations on numbers Privacy Policy This website does not request, store or process any private data
- LuaJIT
You've probably already used LuaJIT without knowing about it LuaJIT scales from embedded devices, smartphones, desktops up to server farms It combines high flexibility with high performance and an unmatched low memory footprint LuaJIT has been in continuous development since 2005
- Installation - LuaJIT
LuaJIT is only distributed as source code — get it from the git repository This page explains how to build and install the LuaJIT binary and library for different operating systems
- Download - LuaJIT
This creates a new directory tree under luajit Change to this directory, optionally switch to a different branch and then follow the build instructions from the doc install html file for that branch
- Running LuaJIT
LuaJIT has only a single stand-alone executable, called luajit on POSIX systems or luajit exe on Windows It can be used to run simple Lua statements or whole Lua applications from the command line
- Status - LuaJIT
LuaJIT is actively developed and maintained You can follow the development progress in the git repository, the LuaJIT mailing list and the issue tracker Versions and Branches Each versioned branch corresponds to a $major $minor version of LuaJIT The old git master branch is phased out and stays pinned to the v2 0 branch
- jit. * Library - LuaJIT
Unlike in LuaJIT 1 x, the module is built-in and optimization is turned on by default! It's no longer necessary to run require ("jit opt") start (), which was one of the ways to enable optimization
- Lua C API Extensions - LuaJIT
LuaJIT adds some extensions to the standard Lua C API The LuaJIT include directory must be in the compiler search path (-Ipath) to be able to include the required header for C code:
|
|
|