Open wenyuzhao opened 3 years ago
We need a work stealing implementation (like the one Java MMTk has) to improve load balancing for the work-packets system.
To be clear, the Java MMTk does not support work stealing. But yes, we absolutely want support for work stealing.
https://conf.researchr.org/details/ismm-2019/ismm-2019-papers/8/Scaling-Up-Parallel-GC-Work-Stealing-in-Many-Core-Environments
We need a work stealing implementation (like the one Java MMTk has) to improve load balancing for the work-packets system.