Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture introduces static analysis techniques such as AST-based analysis, taint analysis, and symbolic execution. It explains the benefits of static analysis over testing, the immediate advantages it offers, and how it complements compilers. The lecture covers where static analysis can be applied in the code compilation process, from lexer to IR generation. It also delves into specific examples of AST analysis, rule implementations, and limitations of AST analysis. The presentation includes practical demonstrations and examples to illustrate the concepts discussed.