gzdoom-gles/src/scripting/vm
2019-04-15 14:36:43 +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 2019-04-15 14:36:43 +02:00
jit.h - add -dumpjit command line parameter that dumps the JIT log for all functions to dumpjit.txt 2019-04-15 14:36:39 +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 2019-04-15 14:36:43 +02:00
jit_flow.cpp - switch to using setjmp/longjmp for exception handling 2019-04-15 14:33:47 +02:00
jit_load.cpp - fix 32 bit compile errors 2019-04-15 14:33:31 +02:00
jit_math.cpp - reuse temp virtual registers 2019-04-15 14:33:28 +02:00
jit_move.cpp - reuse temp virtual registers 2019-04-15 14:33:28 +02:00
jit_store.cpp - removed CanJit as all opcodes are now implemented 2019-04-15 14:33:32 +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 2019-04-15 14:36:43 +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 2019-04-15 14:36:43 +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 2019-04-15 14:36:43 +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 2019-04-15 14:36:43 +02:00
vmframe.cpp - remove the need to do any VARF_Native runtime checks by making native functions use the same calling convention as the script version 2019-04-15 14:36:43 +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 2019-04-15 14:36:43 +02:00
vmops.h - split JitCompiler into multiple files 2019-04-15 14:32:46 +02:00