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

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

CppCon 2014: Kostya Serebryany "Sanitize your C++ code" için indirme bilgileri ve video detayları

Yükleyen:

CppCon

Yayınlanma tarihi:

18/10/2014

Görüntülenme:

16.1K

Açıklama:

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.