An adaptive task creation strategy for work-stealing scheduling

Lei Wang,Huimin Cui,Yuelu Duan,Fang Lu,Xiaobing Feng,P. Yew
DOI: https://doi.org/10.1145/1772954.1772992
2010-04-24
Abstract:Work-stealing is a key technique in many multi-threading programming languages to get good load balancing. The current work-stealing techniques have a high implementation overhead in some applications and require a large amount of memory space for data copying to assure correctness. They also cannot handle many application programs that have an unbalanced call tree or have no definitive working sets. In this paper, we propose a new adaptive task creation strategy, called AdaptiveTC, which supports effective work-stealing schemes and also handles the above mentioned problems effectively. As shown in some experimental results, AdaptiveTC runs 2.71x faster than Cilk and 1.72x faster than Tascell for the 16-queen problem with 8 threads.
Computer Science
What problem does this paper attempt to address?