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"

المؤلف:

CppCon

تاريخ النشر:

18‏/10‏/2014

المشاهدات:

16.1K

الوصف:

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.