qzdoom/src/scripting/vm
2018-09-15 00:12:12 +02:00
..
jit.cpp - simplify some code 2018-09-14 23:38:57 +02:00
jit.h - destroy the jit runtime when all script functions are destroyed 2018-08-18 17:50:47 +02:00
jit_call.cpp - simplify some code 2018-09-14 23:38:57 +02:00
jit_flow.cpp - fix crash in OP_RET handling 2018-09-15 00:12:12 +02:00
jit_load.cpp - added string PARAM and RET 2018-09-14 18:20:31 +01:00
jit_math.cpp - added OP_MOVES, OP_CONCAT, OP_LENS, OP_CMPS 2018-09-13 20:31:06 +01:00
jit_move.cpp - added string PARAM and RET 2018-09-14 18:20:31 +01:00
jit_store.cpp - added string PARAM and RET 2018-09-14 18:20:31 +01:00
jitintern.h - added string PARAM and RET 2018-09-14 18:20:31 +01:00
vm.h - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2018-08-18 22:41:18 +02:00
vmexec.cpp - embed and use asmjit to JIT ZScript VM functions 2018-08-12 02:11:13 +02:00
vmexec.h Merge remote-tracking branch 'gzdoom/master' into asmjit 2018-09-14 02:09:17 +02:00
vmframe.cpp - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2018-08-18 22:41:18 +02:00
vmintern.h - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2018-08-18 22:41:18 +02:00
vmops.h - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00