vkdoom_m/src/common/scripting/backend
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
..
codegen.cpp Do a check if a local variable exceeds the available stack space. 2024-10-28 12:07:10 -04:00
codegen.h fixed bad comment with non-UTF-8 extended character which MSVC warns about when compiling with /utf-8 2024-01-02 21:05:31 +01:00
vmbuilder.cpp JIT-Compile all functions during startup 2023-12-06 17:44:51 -05:00
vmbuilder.h fix int assign optimization constants generating broken code because they weren't expected 2023-11-01 16:51:26 +01:00