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

i#6831 sched refactor, step 3: Split pick_next_input() #7078

Merged
merged 3 commits into from
Nov 13, 2024

Commits on Nov 12, 2024

  1. i#6831 sched refactor, step 3: Split pick_next_input()

    Splits the bulk of pick_next_input() into a new virtual method
    pick_next_input_try() which is implemented by new subclasses
    scheduler_{dynamic,fixed,replay}.cpp.
    Moves pick_next_input_as_previously() into the _replay version.
    
    Issue: #6831
    derekbruening committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0b7a65b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a5ba2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    1c44d6f View commit details
    Browse the repository at this point in the history