Forum Discussion
OLEONTYEV
13 years agoOccasional Contributor
Updated to 9.31.3889.11, and it has the same problem.
Fixed the problem by implementing a tree-walking algorithm that avoids recursion where possible, and in difficult cases uses ArrayObject to imitate stack.
Fixed the problem by implementing a tree-walking algorithm that avoids recursion where possible, and in difficult cases uses ArrayObject to imitate stack.