serialize_tasks: minimize nodes in runtime cycles
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Jun 2011 06:25:46 +0000 (23:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Jun 2011 06:25:46 +0000 (23:25 -0700)
commit7ec9999cd3c06f66655091be465471973b52b1dd
tree97da44fd79a4af1b0a59eab50eeae1f69d668beb
parent9390abed8b1a7dfa47c1ee0e25d83202afccda83
serialize_tasks: minimize nodes in runtime cycles

When gathering the nodes belonging to a runtime cycle, we want to
minimize the number of nodes gathered, since this tends to produce
a more optimal merge order. Ignoring all medium_soft deps serves
this purpose.
pym/_emerge/depgraph.py