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 5: Split check for whether to switch inputs #7079

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

derekbruening
Copy link
Contributor

@derekbruening derekbruening commented Nov 13, 2024

Splits the mode-specific middle of next_record() into a new virtual method check_for_input_switch() for identifying whether to trigger a switch and call pick_next_input_for_mode(). The new method is implemented in the new subclasses scheduler_{dynamic,fixed,replay}.cpp.

Issue: #6831

Splits the mode-specific middle of next_record() into a new virtual method
process_next_record_candidate() which is implemented in the new subclasses
scheduler_{dynamic,fixed,replay}.cpp.

Issue: #6831
@derekbruening derekbruening changed the title i#6831 sched refactor, step 4: Split next_record() i#6831 sched refactor, step 5: Split next_record() Nov 13, 2024
@derekbruening derekbruening changed the title i#6831 sched refactor, step 5: Split next_record() i#6831 sched refactor, step 5: Split check for whether to switch inputs Nov 13, 2024
@derekbruening derekbruening merged commit 1977651 into master Nov 13, 2024
17 checks passed
@derekbruening derekbruening deleted the i6831-refactor-scheduler branch November 13, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants