Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite block sorting and placment so that unreachable blocks are processed. #1428

Merged
merged 2 commits into from
Apr 6, 2019

Commits on Apr 5, 2019

  1. Rewrite block sorting and placment so that unreachable blocks are pro…

    …cessed.
    
    * Use DFS instead of Kahn's algorithm for toposort as it makes it easier
    to deal with loops.
    karliss committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    ab5d5df View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Remove unused code

    karliss committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    f1f81c3 View commit details
    Browse the repository at this point in the history