• L
    Simplify topo-sort logic · 23c17d4a
    Linus Torvalds 提交于
    .. by not using quite so much indirection.
    
    This currently grows the "struct commit" a bit, which could be avoided by
    using a union for "util" and "indegree" (the topo-sort used to use "util"
    anyway, so you cannot use them together), but for now the goal of this was
    to simplify, not optimize.
    Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
    23c17d4a
revision.c 37.2 KB