]> granicus.if.org Git - graphviz/commit
Fix connected component calculation to use explicit stack rather
authorerg <devnull@localhost>
Thu, 25 Feb 2010 18:00:31 +0000 (18:00 +0000)
committererg <devnull@localhost>
Thu, 25 Feb 2010 18:00:31 +0000 (18:00 +0000)
commitfcf9a6d933c7045fdd0dd3408797d35b2dfc1d97
treeeb7a2c2caa18ea43e61cec6f08572edfac6c0870
parent17fd7df99acc18ebbe74428239c31ae07c8e8918
Fix connected component calculation to use explicit stack rather
than recursion in order to handle big graphs.

We already have a fair amount of bug reports where recursion has
blown the stack.
lib/pack/ccomps.c