Skip to content
Unverified Commit 32af4261 authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

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.
parent 64faf6d9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment