How Compilers Reason About Exceptions
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies of exception handling in C++ through this comprehensive conference talk from C++Now 2018. Delve into how modern compilers implement exceptions and their impact on optimization. Gain a deeper understanding of the true costs associated with exceptions and the reasons behind these costs. Learn about exception representation, try-catch implementation, error codes, vectorization, and more complicated cases. Compare exceptions with errors and examine their use in game development. Benefit from the expertise of Michael Spencer, a Compiler Engineer at Sony Interactive Entertainment, as he shares insights from his extensive experience working on PlayStation's C++ toolchain and his involvement in the LLVM community and ISO C++ standard committee.
Syllabus
Introduction
What are exceptions
How are exceptions implemented
How to walk the stack
Exception Representation
TryCatch Implementation
Error codes
Vectorization
More complicated cases
Space
Exceptions vs Errors
Exceptions vs Errors Comparison
Exceptions in Games
Bandwidth Filter
Taught by
CppNow
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera