vkdoom_m/src/common/scripting
Christoph Oelckers 2cbb980388
Check array size for overflow.
Since ZScript is a 32 bit VM, the largest safe value for an array's physical size is 2GB. Any larger value will be destroyed by the compiler which relies on signed 32 bit values too much.
2024-10-28 12:07:15 -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 Check array size for overflow. 2024-10-28 12:07:15 -04: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