Matching C to its disassembly is the core skill of performance and security work — it is the entire premise of Compiler Explorer, which compiler engineers use daily to verify optimizations. Once you can read what -O2 actually emitted, 'the compiler is slow' bug reports become precise, actionable diagnoses.