Skip to content
Snippets Groups Projects
Commit 2abd53e0 authored by Florian Fischer's avatar Florian Fischer
Browse files

load CQ->tail only once during lockless stealing

Currently we load the CQ->tail with acquire semantic to determine
if we should steal from teh victim and load it again in the actual
stealing logic which will also immediately abort if there are no
CQEs to steal.

Keep the optimization for the locked case.
parent a892f8f1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment