The Magic Behind Optimizing Compilers: Static Program Analysis - Philipp Schubert - Meeting C++ 2022
CodeCompass: An open source code navigator for C++ based on LLVM/Clang - Gábor Horváth [CppCon 2016]
KEYNOTE: What Everyone Should Know About How Amazing Compilers Are - Matt Godbolt [C++ on Sea 2019]
Linus's Laws of Writing Readable Code
CppCon 2016: Mark Isaacson “Developing C++ @ Facebook Scale"
Performance Ninja -- Profile Guided Optimizations
CppCon 2016: Michael Spencer “My Little Optimizer: Undefined Behavior is Magic"
Only 8% FASTER?!? Are GCC Profile Guided Optimizations worth the hassle and 10x build time?
dotCSS 2017 - Ryan Tsao - Compilers in styling web UI
FDO: Magic 'Make My Program Faster' Compilation Option?
Compilers iceberg explained
"rustc in userland" by Richo Healey
Finding the Serious Bugs that Matter with Advanced Static Analysis (170)
C++Now 2019: Daniel Ruoso “Clang Automated Refactoring for everyone with clangmetatool”
Finding Bugs Using Path-Sensitive Static Analysis - Gabor Horvath - CppCon 2021
C++11 Metaprogramming Applied to Software Obfuscation
Static Program Analysis (part 2/2) - Anders Møller - PLISS 2019
CppCon 2017: Piotr Padlewski “Undefined Behaviour is awesome!”
Bounds Check Elimination: How Compilers Optimize Arrays
Optimizing Test Run Times With Fast Test Impact Analysis