C++ Overload Inspector - A Tool for Analyzing and Profiling Overloaded Function Calls
Offered By: CppNow via YouTube
Course Description
Overview
Explore a powerful tool for analyzing and profiling overloaded function calls in C++ in this conference talk from C++Now 2024. Delve into the intricacies of compile-time polymorphism through overloading, and learn how to navigate unexpected compiler behavior. Discover the open-source Overload Inspector tool, based on LLVM/Clang, which provides detailed insights into overload candidates, elimination processes, and ambiguity resolution. Gain valuable knowledge on optimizing compilation time through interface design. Follow along with practical demonstrations, non-trivial examples, and an overview of fundamental overloading rules. Enhance your C++ programming skills and learn to leverage this innovative tool for more efficient and precise code development.
Syllabus
C++ Overload Inspector - A Tool for Analyzing and Profiling Overloaded Function Calls - C++Now 2024
Taught by
CppNow
Related Courses
Control Flow Integrity in the Linux KernelLinux Foundation via YouTube A Fresh Look at Toolchains and Crosscompilers in 2020
Linux Foundation via YouTube A Few Effective GCC - Clang Optimizations for Embedded Systems
Linux Foundation via YouTube Embedded Linux Size Reduction Techniques
Linux Foundation via YouTube Using Clang for Fun and Profit - Examples from the Chromium Project
GOTO Conferences via YouTube