Completed
Compilers Need Your Help
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Magic Behind Optimizing Compilers: Static Program Analysis - Meeting C++ 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who is Philipp Schubert
- 3 Applications and Techniques
- 4 How does it work
- 5 Bug detection
- 6 Dataflow analysis
- 7 Constant propagation example
- 8 Static program analysis in LLVM
- 9 IR inspection in LLVM
- 10 LLVM code inspection
- 11 Is LLVM too good
- 12 LLVM in IDE
- 13 Compilers vs Static Analysis
- 14 Static Analysis Challenges
- 15 How to Write an Analysis
- 16 How to Perform an Optimization
- 17 Compilers Need Your Help
- 18 Does It Help
- 19 No Except
- 20 Conclusions
- 21 Example
- 22 Conclusion