-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To match koreader/koreader-base#1913
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luajit
updated
20 files
+1 −1 | Makefile | |
+3 −0 | src/Makefile | |
+1 −1 | src/Makefile.dep | |
+20 −0 | src/jit/dis_arm64.lua | |
+1 −1 | src/lj_asm_mips.h | |
+21 −10 | src/lj_crecord.c | |
+25 −6 | src/lj_emit_arm64.h | |
+1 −1 | src/lj_ffrecord.c | |
+2 −10 | src/lj_gc.c | |
+10 −9 | src/lj_load.c | |
+1 −1 | src/lj_obj.h | |
+19 −6 | src/lj_opt_fold.c | |
+2 −1 | src/lj_opt_narrow.c | |
+3 −2 | src/lj_record.c | |
+2 −1 | src/lj_snap.c | |
+2 −0 | src/lj_target_arm64.h | |
+1 −3 | src/lj_trace.c | |
+5 −2 | src/luaconf.h | |
+12 −1 | src/vm_arm.dasc | |
+6 −14 | src/vm_arm64.dasc |