qzdoom/src/scripting/vm
2018-10-11 03:14:42 +02:00
..
jit.cpp - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
jit.h - add -dumpjit command line parameter that dumps the JIT log for all functions to dumpjit.txt 2018-10-10 06:17:35 +02:00
jit_call.cpp - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
jit_flow.cpp - switch to using setjmp/longjmp for exception handling 2018-10-09 16:30:55 +02:00
jit_load.cpp - fix 32 bit compile errors 2018-10-07 20:55:06 +02:00
jit_math.cpp - reuse temp virtual registers 2018-10-07 09:02:28 +02:00
jit_move.cpp - reuse temp virtual registers 2018-10-07 09:02:28 +02:00
jit_store.cpp - removed CanJit as all opcodes are now implemented 2018-10-07 22:21:48 +02:00
jitintern.h - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
vm.h - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
vmexec.cpp - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
vmexec.h - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
vmframe.cpp - fix debug build compile error 2018-10-11 03:14:42 +02:00
vmintern.h - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2018-10-10 23:47:56 +02:00
vmops.h - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00