-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #540 from evo-lua/luajit-update-latest
Update LuaJIT to the latest HEAD
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LuaJIT
updated
26 files
+3 −3 | doc/ext_buffer.html | |
+13 −0 | doc/ext_ffi_semantics.html | |
+34 −121 | src/jit/bcsave.lua | |
+6 −1 | src/jit/dump.lua | |
+7 −2 | src/jit/v.lua | |
+2 −18 | src/lib_ffi.c | |
+1 −1 | src/lj_alloc.c | |
+1 −0 | src/lj_api.c | |
+1 −1 | src/lj_arch.h | |
+1 −1 | src/lj_asm_arm64.h | |
+1 −1 | src/lj_cdata.c | |
+12 −0 | src/lj_ctype.c | |
+1 −1 | src/lj_ctype.h | |
+1 −0 | src/lj_debug.c | |
+20 −3 | src/lj_err.c | |
+1 −0 | src/lj_err.h | |
+20 −5 | src/lj_ffrecord.c | |
+17 −21 | src/lj_gc.c | |
+2 −2 | src/lj_jit.h | |
+3 −0 | src/lj_obj.h | |
+9 −3 | src/lj_record.c | |
+4 −2 | src/lj_snap.c | |
+43 −18 | src/lj_state.c | |
+1 −1 | src/lj_traceerr.h | |
+12 −8 | src/msvcbuild.bat | |
+7 −6 | src/nxbuild.bat |