DynamoRIO / DynamoRIO/dynamorio

perf: use FUTEX_PRIVATE_FLAG for faster futexes

Open
#3,028 0 comments 0 reactions 0 assignees View on GitHub
good first issue help wanted OpSys-Linux Performance Type-Feature
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 15h
Merged PRs (30d)
31

Description

Linux 2.6.22 added a new flag to tell the kernel that futexes are
process-private, which can provide performance improvements. We'd just
use the convenience macros FUTEX_WAIT_PRIVATE and FUTEX_WAKE_PRIVATE.
However, we'd want to dynamically check whether this flag is supported.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.