-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump luajit to latest HEAD of v2.1 branch
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luajit
updated
40 files
+7 −7 | doc/ext_buffer.html | |
+2 −2 | doc/ext_c_api.html | |
+7 −7 | doc/ext_ffi.html | |
+5 −5 | doc/ext_ffi_api.html | |
+29 −29 | doc/ext_ffi_semantics.html | |
+12 −12 | doc/ext_ffi_tutorial.html | |
+2 −2 | doc/ext_jit.html | |
+4 −4 | doc/ext_profiler.html | |
+5 −5 | doc/extensions.html | |
+3 −3 | doc/faq.html | |
+59 −51 | doc/install.html | |
+1 −1 | doc/luajit.html | |
+2 −2 | doc/running.html | |
+1 −1 | doc/status.html | |
+7 −5 | dynasm/dasm_arm64.h | |
+4 −4 | dynasm/dasm_arm64.lua | |
+4 −4 | dynasm/dasm_mips.h | |
+10 −0 | src/host/buildvm.c | |
+7 −0 | src/host/buildvm_fold.c | |
+63 −38 | src/host/buildvm_libbc.h | |
+40 −12 | src/host/genlibbc.lua | |
+7 −0 | src/host/genminilua.lua | |
+3 −2 | src/host/minilua.c | |
+13 −1 | src/jit/bcsave.lua | |
+2 −2 | src/lib_ffi.c | |
+1 −1 | src/lib_io.c | |
+1 −1 | src/lib_os.c | |
+7 −0 | src/lj_arch.h | |
+1 −1 | src/lj_cparse.c | |
+8 −0 | src/lj_ctype.c | |
+1 −0 | src/lj_ctype.h | |
+2 −2 | src/lj_dispatch.h | |
+8 −0 | src/lj_jit.h | |
+1 −1 | src/lj_obj.h | |
+1 −1 | src/lj_opt_mem.c | |
+9 −0 | src/lj_prng.c | |
+17 −11 | src/lj_record.c | |
+159 −0 | src/nxbuild.bat | |
+6 −7 | src/vm_x64.dasc | |
+6 −7 | src/vm_x86.dasc |