We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b6c4f commit fc9e089Copy full SHA for fc9e089
source/backends/lua.d
@@ -86,7 +86,7 @@ class BackendLua : CompilerBackend {
86
Variable[] variables;
87
Global[] globals;
88
bool useLibc;
89
- ulong globalStack;
+ ulong globalStack = 524288;
90
Array[] arrays;
91
ulong arrayStack = 524287;
92
0 commit comments