LuaJIT/src/host
Mike Pall 0065cff7e0 Make embedded bytecode readable and forward-compatible. 2022-06-13 21:23:16 +02:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
README Add minified Lua interpreter (minilua). Used by the build process. 2012-06-09 15:03:40 +02:00
buildvm.c Don't use jit_State during build with JIT disabled. 2022-06-08 11:20:28 +02:00
buildvm.h Merge branch 'master' into v2.1 2022-01-15 19:42:30 +01:00
buildvm_asm.c Merge branch 'master' into v2.1 2022-01-15 19:42:30 +01:00
buildvm_fold.c Don't use jit_State during build with JIT disabled. 2022-06-08 11:20:28 +02:00
buildvm_lib.c Merge branch 'master' into v2.1 2022-01-15 19:42:30 +01:00
buildvm_libbc.h Make embedded bytecode readable and forward-compatible. 2022-06-13 21:23:16 +02:00
buildvm_peobj.c Merge branch 'master' into v2.1 2022-01-15 19:42:30 +01:00
genlibbc.lua Make embedded bytecode readable and forward-compatible. 2022-06-13 21:23:16 +02:00
genminilua.lua Fix warnings in minilua.c. 2022-06-08 15:35:12 +02:00
minilua.c Fix warnings in minilua.c. 2022-06-08 15:35:12 +02:00

README

The files in this directory are only used during the build process of LuaJIT.
For cross-compilation, they must be executed on the host, not on the target.

These files should NOT be installed!