forked from surge-synthesizer/surge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update luajitlib (surge-synthesizer#7929)
* Update LuaJIT submodule * Rollback amalg option for MSVC builds
- Loading branch information
Showing
5 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule LuaJIT
updated
33 files
+5 −4 | Makefile | |
+5 −2 | src/Makefile | |
+1 −1 | src/Makefile.dep | |
+4 −0 | src/host/buildvm_asm.c | |
+20 −0 | src/jit/dis_arm64.lua | |
+1 −3 | src/jit/p.lua | |
+1 −1 | src/lib_bit.c | |
+2 −2 | src/lj_asm.c | |
+1 −1 | src/lj_asm_mips.h | |
+1 −1 | src/lj_bcread.c | |
+1 −3 | src/lj_carith.c | |
+21 −10 | src/lj_crecord.c | |
+25 −6 | src/lj_emit_arm64.h | |
+0 −6 | src/lj_err.c | |
+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 | |
+39 −23 | src/lj_record.c | |
+2 −1 | src/lj_snap.c | |
+1 −8 | src/lj_tab.c | |
+0 −3 | src/lj_tab.h | |
+2 −0 | src/lj_target_arm64.h | |
+1 −3 | src/lj_trace.c | |
+5 −3 | src/luaconf.h | |
+10 −3 | src/msvcbuild.bat | |
+12 −1 | src/vm_arm.dasc | |
+6 −15 | src/vm_arm64.dasc | |
+3 −2 | src/vm_mips64.dasc | |
+0 −1 | src/vm_x64.dasc | |
+0 −1 | src/vm_x86.dasc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters