eecheng87 / ESCA

Effective System Call Aggregation
https://eecheng87.github.io/ESCA/
MIT License
38 stars 5 forks source link

Contention in `curindex` when thread is applied #1

Closed eecheng87 closed 3 years ago

eecheng87 commented 3 years ago

Currently, variable curindex is shared by threads. We need to make several curindexs used by each thread to prevent contention.