gzdoom-gles/src/scripting/vm
2019-04-18 14:59:32 +02:00
..
jit.cpp - fix missing line number for the function throwing the exception and remove the duplicate call stack line 2019-04-18 14:59:32 +02:00
jit.h - don't include the native frames per default 2019-04-18 14:22:13 +02:00
jit_call.cpp - moved argsCache out of JitCompiler::CreateFuncSignature 2019-04-17 18:44:12 +02:00
jit_flow.cpp - fix missing line number for the function throwing the exception and remove the duplicate call stack line 2019-04-18 14:59:32 +02:00
jit_load.cpp - inline VBTL opcode 2019-04-15 16:09:11 +02:00
jit_math.cpp - handle JIT errors in a more user-friendly fashion than aborting. 2019-04-17 14:32:12 +02:00
jit_move.cpp - handle JIT errors in a more user-friendly fashion than aborting. 2019-04-17 14:32:12 +02:00
jit_runtime.cpp - removed marked code for how to create GDB/LLDB debug info as it will probably never be implemented 2019-04-18 14:22:19 +02:00
jit_store.cpp - fix missing convert from float to double in LSP and LSP_R opcodes 2019-04-15 14:36:46 +02:00
jitintern.h - fix missing line number for the function throwing the exception and remove the duplicate call stack line 2019-04-18 14:59:32 +02:00
vm.h - more direct native entry points. 2019-04-17 17:27:39 +02:00
vmexec.cpp - moved the type infomation entirely out of VMValue. 2019-04-15 16:02:17 +02:00
vmexec.h - added missing min/max unsigned instructions for the VM. 2019-04-16 22:00:46 +02:00
vmframe.cpp - don't include the native frames per default 2019-04-18 14:22:13 +02:00
vmintern.h - removed the longjmp based exception catch/rethrow mechanism and instead force-terminate in case a user exception is thrown while the VM is executing JITed code on a non-Windows system 2019-04-16 17:32:32 +02:00
vmops.h - added missing min/max unsigned instructions for the VM. 2019-04-16 22:00:46 +02:00