gzdoom-gles/src/scripting/vm
Magnus Norddahl e28389ad12 - fix truncated load addresses due to a bug in asmjit
- change ToMemAddress to use uint64_t
2019-04-15 14:33:06 +02:00
..
jit.cpp - implemented SS_R, LCS_R, and LKS_R 2019-04-15 14:33:02 +02:00
jit.h - destroy the jit runtime when all script functions are destroyed 2019-04-15 14:31:54 +02:00
jit_call.cpp - simplify some code 2019-04-15 14:32:56 +02:00
jit_flow.cpp - fixed OP_VTBL bug 2019-04-15 14:32:59 +02:00
jit_load.cpp - fix truncated load addresses due to a bug in asmjit 2019-04-15 14:33:06 +02:00
jit_math.cpp - added OP_MOVES, OP_CONCAT, OP_LENS, OP_CMPS 2019-04-15 14:32:52 +02:00
jit_move.cpp - added string PARAM and RET 2019-04-15 14:32:54 +02:00
jit_store.cpp - added string PARAM and RET 2019-04-15 14:32:54 +02:00
jitintern.h - fix truncated load addresses due to a bug in asmjit 2019-04-15 14:33:06 +02:00
vm.h - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2019-04-15 14:32:02 +02:00
vmexec.cpp - embed and use asmjit to JIT ZScript VM functions 2019-04-15 14:31:22 +02:00
vmexec.h - split JitCompiler into multiple files 2019-04-15 14:32:46 +02:00
vmframe.cpp - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2019-04-15 14:32:02 +02:00
vmintern.h - implement throwing by storing exception information in a struct, then return from the jitted function and throw from c++ 2019-04-15 14:32:02 +02:00
vmops.h - split JitCompiler into multiple files 2019-04-15 14:32:46 +02:00