You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'' array size is 27180
Dim Shared As Byte T_NUMBERS(...) = { _
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _
The change could have been from any work done on fbc compiler. Because initializer list is solved through recursion, a change to any of fbc's internal procedures used by initializer handling can affect how much stack space is used and therefore affect how many calls are possible before the stack is ultimately exhausted and crashes fbc, thus the current limiting factor on length of initializer lists.
Trying to compile 2 examples in https://github.com/jepalza/FB_DOOM_LIKE ,the fbc64 version 1.2 crashed during compiling process,but version 1.1 is fine.
The text was updated successfully, but these errors were encountered: