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
RISC-V Toolchain and Compiler Optimization TechniquesLinux Foundation via edX The State of Julia in 2021 - JuliaCon Keynote
The Julia Programming Language via YouTube Get Started Using WebAssembly (wasm)
egghead.io DataFusion and Apache Arrow: Supercharging Data Analytics with a Rust-Based Query Engine
Databricks via YouTube Compilers - Jared Shumway
White Hat Cal Poly via YouTube