Introduction to Code Sanitizers
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore the world of code sanitizers in this 46-minute conference talk from code::dive 2023. Discover how these powerful tools can help detect and diagnose elusive bugs like memory corruptions, race conditions, and undefined behavior that traditional debugging methods often miss. Learn about various sanitizing tools available on major platforms, including debug C++ standard library implementations, Valgrind, AddressSanitizer, ThreadSanitizer, and UndefinedBehaviorSanitizer. Gain insights from French C++ expert Mathieu Ropert, who shares his expertise in performance optimization and multithreading for historical video game development. Understand how code sanitizers instrument programs to reveal hidden issues and provide clear, visible symptoms for easier bug tracking and analysis.
Syllabus
Introduction to Code Sanitizers - Mathieu Ropert - code::dive 2023
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube