CppCon 2014: Kostya Serebryany "Sanitize your C++ code"

CppCon 2014: Kostya Serebryany "Sanitize your C++ code"01:01:51

Informazioni sul download e dettagli del video CppCon 2014: Kostya Serebryany "Sanitize your C++ code"

Autore:

CppCon

Pubblicato il:

18/10/2014

Visualizzazioni:

16.1K

Descrizione:

The talk explains the family of sanitizers integrated into C++ compilers, covering AddressSanitizer, ThreadSanitizer, MemorySanitizer, and UndefinedBehaviorSanitizer, detailing the types of bugs they detect and how to use them on small programs and in large projects. The presenter, Kostya Serebryany, a Google software engineer with experience at Elbrus, Intel, and a PhD, discusses the development and deployment of these dynamic testing tools.