Undefined Behavior in C++: A Performance Viewpoint - Fedor Pikus - CppNow 2022
Undefined Behavior From the Compiler’s Perspective - Shachar Shemesh - C++Now 2025
Advanced C: The UB and optimizations that trick good programmers.
This is C++: Uncompromised Performance, Undefined Behavior, & Move Semantics - Jon Kalb C++Now 2024
Lightning Talk: Your Favorite Undefined Behavior in C++ - JF Bastien - CppNow 2023
C Programming - undefined behavior
C++ Weekly - Ep 484 - Infinite Loops, UB, and C++26
Undefined Behavior in the STL - Sandor Dargo - CppCon 2022
Purging Undefined Behavior & Intel Assumptions in a Legacy C++ Codebase - Roth Michaels CppCon 2022
Eliminating C++ Undefined Behavior, Plug-in Contract Violation, Intel Assumptions in Legacy Codebase
[CppIndiaCon 2024] Exploring Undefined Behaviour in C++ by Mahendra Garodi
Undefined Behavior is Not an Error - Barbara Geller, Ansel Sermersheim - code::dive 2019
Undefined Behaviour in C++
Moves Are Broken
Future directions for treatment of undefined behaviour in C - GNU Tools Cauldron 2018
Zig vs C: The Next Systems Language?
CppCon 2017 Undefined Behavior in 2017 part 1 of 2
Scale 15x: Undefined Behavior in C and C++ (Original title: THe Young Man and the C Reloaded)
[PriSC'23] SECOMP2CHERI: Securely Compiling Compartments from CompCert C to a Capability M...
Uninitialized Uses in Systems C++ Programming: The Bytes Before the C++ Types - JF Bastien