Question
Two cores share a last-level cache. Which scheduling decision may improve performance?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Co-schedule threads that benefit from shared cached data while avoiding destructive cache contention
Explanation:
Shared-cache topology can either help communicating threads or create contention among unrelated workloads.
A topology-aware scheduler considers both effects when placing threads.
Leave a Reply