mikepaul-LuaJIT/src/host
2025-04-08 12:52:21 -04:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_asm.c Merge 035f133798 into e0a7ea8a92 2025-04-08 12:52:21 -04:00
buildvm_fold.c Merge branch 'master' into v2.1 2025-01-13 16:15:19 +01:00
buildvm_lib.c Merge branch 'master' into v2.1 2025-01-13 16:15:19 +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 2025-01-13 16:15:19 +01:00
buildvm.c Merge 035f133798 into e0a7ea8a92 2025-04-08 12:52:21 -04:00
buildvm.h Merge branch 'master' into v2.1 2025-01-13 16:15:19 +01:00
genlibbc.lua Merge branch 'master' into v2.1 2025-01-13 16:15:19 +01:00
genminilua.lua Bump copyright date. 2025-01-13 15:59:10 +01:00
genversion.lua Bump copyright date. 2025-01-13 15:59:10 +01:00
minilua.c Fix warnings in minilua.c. 2022-06-08 15:35:12 +02:00
README Add minified Lua interpreter (minilua). Used by the build process. 2012-06-09 15:03:40 +02:00

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!