Undefined Behavior in C++ - A Performance Viewpoint
Offered By: CppNow via YouTube
Course Description
Overview
Explore the concept of undefined behavior in C++ from a performance perspective in this conference talk from CppNow 2022. Gain a rational understanding of why undefined behavior exists in the language, its implications, and how it impacts program execution. Witness live demonstrations of programs exhibiting undefined behavior and learn practical techniques for detecting and leveraging it to enhance performance. Discover the balance between caution and optimization as you delve into this critical aspect of C++ programming with expert insights from Fedor Pikus, a Technical Fellow at Siemens Digital Industries Software.
Syllabus
Undefined Behavior in C++: A Performance Viewpoint - Fedor Pikus - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube