Open
Description
The stack size and stack depth may be different on different engines (or machines the engine) is executed on, especially in the case of a JIT engine. The target machine stack size could have a big influence and potentially introduce non-determinism.
The number of locals can influence the amount memory used in a stack frame and the depth of the call frame may be different.