Lift Dijkstra algorithm out of collectSCC() to separate function
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Jun 2011 10:29:03 +0000 (13:29 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Jun 2011 10:29:03 +0000 (13:29 +0300)
commite2f879fedc59b6b64d30cf8186a457521ead8e81
tree8cbc27a524cc8490de47c8a5ea4bfc60fb200843
parentd6787a84894dbf359fd179b16e0302394203736d
Lift Dijkstra algorithm out of collectSCC() to separate function
- This splits outs nicely, moving queue allocation into separate
  scope and making collectSCC() less of an heavy-weight.
  No functional changes.
lib/order.c