gzdoom-gles/src/scripting/vm
Magnus Norddahl 19ae43be17 - removed CanJit as all opcodes are now implemented
- fix some store bugs
2019-04-15 14:33:32 +02:00
..
jit.cpp - removed CanJit as all opcodes are now implemented 2019-04-15 14:33:32 +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 - removed CanJit as all opcodes are now implemented 2019-04-15 14:33:32 +02:00
jit_flow.cpp - fix 32 bit compile errors 2019-04-15 14:33:31 +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 - removed CanJit as all opcodes are now implemented 2019-04-15 14:33:32 +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 - catch and rethrow c++ exceptions 2019-04-15 14:33:29 +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 - catch and rethrow c++ exceptions 2019-04-15 14:33:29 +02:00
vmops.h - split JitCompiler into multiple files 2019-04-15 14:32:46 +02:00