Crtical section should be replaced with spinlock as much as we can to improve SMP performance
Open
Type: Enhancement
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
To support the wait, the critical section has much more complex logic than spinlock. All code which don't require sleep is better to switch to spinlock.
Contributor guide
Assessment
This issue has not been assessed yet.