Commit 3a8dace
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 3a8dace
1 file changed
+127
-179
lines changed
0 commit comments