Change implementation of post order CFG traversal (#2543)
* Change implementation of post order CFG traversal It seems like the recursion is going very deep, and causing some problem is particular situations. I've reimplemented the CFG post order traversal to not use recursion. Fixes #2539.
Loading
Please register or sign in to comment