One thing I don't understand about preferred core:
So the scheduler listens to the processor for recommendations about which core to use.
How does that work for different kinds of threads? Obviously some threads would want other cores than other threads. Does the scheduler tell the processor what kind of thread is incoming? Does the processor maintain state about what thread did what in the past?
So the scheduler listens to the processor for recommendations about which core to use.
How does that work for different kinds of threads? Obviously some threads would want other cores than other threads. Does the scheduler tell the processor what kind of thread is incoming? Does the processor maintain state about what thread did what in the past?
Comment