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#5843 scheduler: Move timestamp ordering into scheduler #5895

Merged
merged 6 commits into from
Mar 8, 2023

Conversation

derekbruening
Copy link
Contributor

Implements timestamp ordering in scheduler_t rather than relying on the old implementation inside file_reader_t.

Adds a sanity test.

Removing the file_reader_t code, along with eliminating the thread-as-sub-reader API routines, will be done as a separate refactoring.

Issue: #5843

Implements timestamp ordering in scheduler_t rather than relying on
the old implementation inside file_reader_t.

Adds a sanity test.

Removing the file_reader_t code, along with eliminating the
thread-as-sub-reader API routines, will be done as a separate
refactoring.

Issue: #5843
@derekbruening
Copy link
Contributor Author

Sorry, it wasn't quite green: two one-line fixes to deal with compiler warnings and now it is green. PTAL.

clients/drcachesim/scheduler/scheduler.cpp Outdated Show resolved Hide resolved
clients/drcachesim/scheduler/scheduler.cpp Outdated Show resolved Hide resolved
clients/drcachesim/scheduler/scheduler.cpp Outdated Show resolved Hide resolved
clients/drcachesim/scheduler/scheduler.cpp Show resolved Hide resolved
clients/drcachesim/scheduler/scheduler.cpp Show resolved Hide resolved
@derekbruening derekbruening merged commit 0a26f93 into master Mar 8, 2023
@derekbruening derekbruening deleted the i5843-sched-sort-time branch March 8, 2023 14:29
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