contents   index   previous   next



SE_STACK_SIZE (2048, 512 if JSE_MIN_MEMORY is on)

 

ScriptEase uses an internal stack for resolving function calls and evaluating expressions. Each function call needs a few entries for overhead plus one entry per parameter passed to it and per local variable it allocates. The default size of this stack is 2048 entries, enough to recurse typical functions to a depth in the hundreds. 512 entries is allocated for a min-memory build.


SE_MAX_STACK_INFO_DEPTH (64)