Should _ebpf_epoch_cpu_table[cpu_id].free_list switch to using an InterlockedSList? #438
Unanswered
Alan-Jowett
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hypothesis:
_ebpf_epoch_cpu_table[cpu_id].free_list will perform better if the free_list_lock + free_list are replaced with an InterlockedSList
This requires evaluation as a potential improvement.
Beta Was this translation helpful? Give feedback.
All reactions