vkdoom_m/src/common/scripting/jit
Ricardo Luís Vaz Silva e61bd10bbf Finish implementing function pointers
Allow using function literals with function pointers, allow narrowing classes parameter types, and widening classes in return types, allow pointers to non-static, non-virtual functions, add null checking to function calls
2023-10-11 19:12:48 +02:00
..
jit.cpp Don't try to generate code for abstract functions during JIT dump 2023-10-07 17:27:35 +02:00
jit.h Improve vk_debug output a lot by throwing away the useless parts of the message and limit the callstack to the first 5 gzdoom calls 2022-06-22 07:55:19 +02:00
jit_call.cpp Finish implementing function pointers 2023-10-11 19:12:48 +02:00
jit_flow.cpp Finish Vector4 implementation 2022-11-12 09:04:38 +01:00
jit_load.cpp Finish Vector4 implementation 2022-11-12 09:04:38 +01:00
jit_math.cpp Quaternion structure and math ops 2022-11-21 07:20:43 +01:00
jit_move.cpp yet even more GetChars calls added. 2023-10-07 23:29:24 +02:00
jit_runtime.cpp - backend update from Raze. 2023-07-22 09:55:49 +02:00
jit_store.cpp Finish Vector4 implementation 2022-11-12 09:04:38 +01:00
jitintern.h Add missing include guards 2023-05-29 07:35:26 +02:00