Linux 4.18+ introduced restartable sequences (rseq), allowing thread-safe data structures without locks or atomics, but currently only accessible through handwritten assembly code.
System Programming
Your weight: normal
- 0.
Your weight: normal
Linux 4.18+ introduced restartable sequences (rseq), allowing thread-safe data structures without locks or atomics, but currently only accessible through handwritten assembly code.