vix.ing · top · new · best · stats

Research on Scalability of Operating Systems on Multicore Processors

2015/12/21 by Yan Cui, Cui, Yan
Computer Science · #Advanced Data Storage Technologies #Cloud Computing and Resource Management #FOS: Computer and information sciences #Operating Systems (cs.OS) #Parallel Computing and Optimization Techniques #cs.OS

paper · pdf · doi:10.48550/arxiv.1512.06908

arxiv created 2015/12/21 · openalex publication_date 2015/12/21 · arxiv updated 2015/12/23 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Large number of cores and hardware resource sharing are two characteristics on multicore processors, which bring new challenges for the design of operating systems. How to locate and analyze the speedup restrictive factors in operating systems, how to simulate and avoid the phenomenon that speedup decreases with the number of cores because of lock contention (i.e., lock thrashing) and how to avoid the contention of shared resources such as the last level cache are key challenges for the operating system scalability research on multicore systems.

Related