C

Featured image for: Instant replay: Debugging C and C++ programs with rr.
Article

How to debug C and C++ programs with rr

William Cohen

Learn how you can go back in time and replay what went wrong in a C/C++ program with rr (a GNU Debugger Linux enhancement) in this short demo.

New features in OpenMP
Article

New features in OpenMP 5.0 and 5.1

Jakub JelĂ­nek

Get an overview of the C/C++ performance and usability enhancements in OpenMP 5.0 and 5.1, including features now integrated in GCC 11.

CPU sharing in Linux networking: Receive Side Scaling with eBPF and CPUMAP
Article

Get started with XDP

Hangbin Liu

Learn how to write an XDP program on RHEL 8.3 for counting dropped packets, which involves adding a BPF map, and writing a custom loader.

Featured image: Static analysis updates in GCC 11
Article

Static analysis updates in GCC 11

David Malcolm

Get an overview of fixes and enhancements to the -fanalyzer static analysis pass, currently being updated for security, state tracking, and more in GCC 11.