mikepaul-LuaJIT/src/host
2016-07-17 14:38:26 +02:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_asm.c Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
buildvm_fold.c Fix compiler warnings. 2016-03-22 20:40:41 +01:00
buildvm_lib.c Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
buildvm_libbc.h Add LJ_FR2 mode: Two-slot frame info. 2015-01-03 15:04:38 +01:00
buildvm_peobj.c Windows/x86: Add full exception interoperability. 2016-05-07 12:32:15 +02:00
buildvm.c Windows/x86: Add full exception interoperability. 2016-05-07 12:32:15 +02:00
buildvm.h Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
genlibbc.lua Merge branch 'master' into v2.1 2016-03-03 12:11:37 +01:00
genminilua.lua Fix unused vars etc. in internal Lua files. 2016-07-17 14:29:03 +02:00
minilua.c Fix compiler warnings. 2016-03-22 20:40:41 +01: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!