BWoS: Formally Verified Block-based Work Stealing for Parallel Processing
Publikation: Beitrag in Buch/Konferenzbericht/Sammelband/Gutachten › Beitrag in Konferenzband › Beigetragen › Begutachtung
Beitragende
Abstract
Work stealing is a widely-used scheduling technique for parallel processing on multicore. Each core owns a queue of tasks and avoids idling by stealing tasks from other queues. Prior work mostly focuses on balancing workload among cores, disregarding whether stealing may adversely impact the owner’s performance or hinder synchronization optimizations. Real-world industrial runtimes for parallel processing heavily rely on work-stealing queues for scalability, and such queues can become bottlenecks to their performance. We present Block-based Work Stealing (BWoS), a novel and pragmatic design that splits per-core queues into multiple blocks. Thieves and owners rarely operate on the same blocks, greatly removing interferences and enabling aggressive optimizations on the owner’s synchronization with thieves. Furthermore, BWoS enables a novel probabilistic stealing policy that guarantees thieves steal from longer queues with higher probability. In our evaluation, using BWoS improves performance by up to 1.25x in the Renaissance macrobenchmark when applied to Java G1GC, provides an average 1.26x speedup in JSON processing when applied to Go runtime, and improves maximum throughput of Hyper HTTP server by 1.12x when applied to Rust Tokio runtime. In microbenchmarks, it provides 8-11x better performance than state-of-the-art designs. We have formally verified and optimized BWoS on weak memory models with a model-checking-based framework.
Details
Originalsprache | Englisch |
---|---|
Titel | Proceedings of the 17th USENIX Symposium on Operating Systems Design and Implementation, OSDI 2023 |
Herausgeber (Verlag) | USENIX Association |
Seiten | 833-850 |
Seitenumfang | 18 |
ISBN (elektronisch) | 9781939133342 |
Publikationsstatus | Veröffentlicht - 2023 |
Peer-Review-Status | Ja |
Publikationsreihe
Reihe | USENIX Annual Technical Conference (ATC) |
---|
Konferenz
Titel | 17th USENIX Symposium on Operating Systems Design and Implementation |
---|---|
Kurztitel | OSDI 2023 |
Veranstaltungsnummer | 17 |
Dauer | 10 - 12 Juli 2023 |
Webseite | |
Ort | Sheraton Boston Hotel |
Stadt | Boston |
Land | USA/Vereinigte Staaten |