vkdoom_m/src/common/scripting
Christoph Oelckers adeb48d598
Do a check if a local variable exceeds the available stack space.
Windows stack is 1 MB so play it safe and allow 512 kb as max. stack space for a single function.
2024-10-28 12:07:10 -04:00
..
backend Do a check if a local variable exceeds the available stack space. 2024-10-28 12:07:10 -04:00
core fixed a few memory leaks 2024-10-05 10:22:05 +02:00
frontend fix argument pointer wrapping in function pointers 2024-03-22 13:28:02 -03:00
interface Exported DPrintf 2024-09-29 17:56:16 -04:00
jit Finish implementing function pointers 2023-10-11 19:12:48 +02:00
vm Can't narrow down the JIT bug yet, so block JIT for functions that call Function Pointers temporarily 2024-03-22 13:28:02 -03:00