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
[CppIndiaCon 2024] Exploring Undefined Behaviour in C++ by Mahendra Garodi
Undefined Behavior in the STL - Sandor Dargo - CppCon 2022
C++ Weekly - Ep 513 - How Many Ways Can You End a Program?
Undefined Behaviour in C++
Purging Undefined Behavior & Intel Assumptions in a Legacy C++ Codebase - Roth Michaels CppCon 2022
Undefined Behavior is Not an Error - Barbara Geller, Ansel Sermersheim - code::dive 2019
What Is Undefined Behavior in C++? - Next LVL Programming
Future directions for treatment of undefined behaviour in C - GNU Tools Cauldron 2018
CppCon 2017 Undefined Behavior in 2017 part 1 of 2
[PriSC'23] SECOMP2CHERI: Securely Compiling Compartments from CompCert C to a Capability M...
Scale 15x: Undefined Behavior in C and C++ (Original title: THe Young Man and the C Reloaded)
Eliminating C++ Undefined Behavior, Plug-in Contract Violation, Intel Assumptions in Legacy Codebase
BKK16-503: Undefined Behavior and Compiler Optimizations
Uninitialized Uses in Systems C++ Programming: The Bytes Before the C++ Types - JF Bastien