mikepaul-LuaJIT/src/host
2024-10-02 12:12:56 +02:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_asm.c macOS: Workaround for buggy XCode 15.0 - 15.2 linker. 2024-10-02 12:12:56 +02:00
buildvm_fold.c Merge branch 'master' into v2.1 2023-08-20 21:33:37 +02:00
buildvm_lib.c Merge branch 'master' into v2.1 2023-08-20 21:33:37 +02:00
buildvm_libbc.h Make embedded bytecode readable and forward-compatible. 2022-06-13 21:23:16 +02:00
buildvm_peobj.c ARM64: Restore fp before sp in C stack unwinders. 2023-10-08 21:17:43 +02:00
buildvm.c Merge branch 'master' into v2.1 2023-08-21 03:18:35 +02:00
buildvm.h Merge branch 'master' into v2.1 2023-08-20 21:33:37 +02:00
genlibbc.lua Add cross-32/64 bit and deterministic bytecode generation. 2024-01-22 19:06:36 +01:00
genminilua.lua Bump copyright date. 2023-08-20 21:25:30 +02:00
genversion.lua Prevent include of luajit_rolling.h. 2024-01-31 14:29:23 +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!