vkdoom_m/src/scripting/vm
2018-09-13 19:03:30 +02:00
..
jit.cpp - fix opcodes not being listed in jit debug assembly 2018-09-13 19:03:30 +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 - move EmitRESULT to jit_call 2018-09-13 02:56:02 +02:00
jit_flow.cpp - move EmitRESULT to jit_call 2018-09-13 02:56:02 +02:00
jit_load.cpp - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00
jit_math.cpp - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00
jit_move.cpp - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00
jit_store.cpp - split JitCompiler into multiple files 2018-09-13 02:29:04 +02:00
jitintern.h - minor cleanups in header file 2018-09-13 02:38:51 +02: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 - split JitCompiler into multiple files 2018-09-13 02:29:04 +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