Accelerating critical section execution with asymmetric multi-core architectures 论文

2009引用 271
Parallel Computing and Optimization TechniquesInterconnection Networks and SystemsDistributed systems and fault tolerance

摘要

To improve the performance of a single application on Chip Multiprocessors (CMPs), the application must be split into threads which execute concurrently on multiple cores. In multi-threaded applications, critical sections are used to ensure that only one thread accesses shared data at any given time. Critical sections can serialize the execution of threads, which significantly reduces performance and scalability.