Originally posted by Mitch
View Post
- Latency-sensitive or fp-intensive threads should be prioritized for exclusive execution on a P-core. If there are fewer jobs in the run queue than hardware threads available, that should influence who gets "dibs" on the P-cores.
- The impact of sharing the core with a sibling thread should be accounted for, by the thread scheduler, so that QoS can be maintained.
- Similarly, the execution time on an E-core should be discounted relative to exclusive P-core utilization, to ensure fairness.
Leave a comment: