You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increment WorkQueue.blockingTasksInBuffer only after capacity check (#3569)
Otherwise, it is possible to leave dangling blockingTasksInBuffer increment that will never be decremented back, leading to unnecessary full-scans on any attempt to steal only blocking task.
This change does not have a corresponding unit-test because it fixes the performance regression that is not observable semantically
0 commit comments