Skip to content
Snippets Groups Projects
Commit 5b1c238e authored by Florian Fischer's avatar Florian Fischer
Browse files

[laws] also schedule Fibers to their priorityQueues from anywhere

First of all I think it makes sense for laws to also look at affinities of Fibers
scheduled to the AnywhereQueue.
But the actual reason is that IO completions scheduled from the completer
could be dispatched from the priorityQueue before they are found in the
expensive AnywhereQueue.

But this comes with the cost of a vcall for scheduleFromAnywhere.
parent a328256c
No related branches found
No related tags found
1 merge request!188[IO] set the affinity of Fibers created by the completer thread
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment