mikepaul-LuaJIT/src/host
2013-02-24 17:59:04 +01:00
..
.gitignore Reorganize build process. 2012-06-09 15:12:44 +02:00
buildvm_asm.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
buildvm_fold.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
buildvm_lib.c Add special bytecodes for builtins. 2013-02-23 02:09:19 +01:00
buildvm_libbc.h Replace table.remove with bytecode builtin. 2013-02-24 17:59:04 +01:00
buildvm_peobj.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
buildvm.c Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
buildvm.h Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
genlibbc.lua Fix genlibbc. 2013-02-24 17:58:19 +01:00
genminilua.lua Bump copyright date to 2013. 2013-02-11 12:54:48 +01:00
minilua.c Add Lua BitOp to minilua. 2012-07-08 16:24:53 +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!