Commit c41e8f9
committed
Rewrite traverse_xiso() to use recursion
In the past it was rewritten to avoid recursion because of some stack overflows. I think it's unlikely that the recursion was the real problem, and the code was impossible to read and understand.1 parent 7ff3b26 commit c41e8f9
1 file changed
+122
-179
lines changed
0 commit comments