#program-analysis
Read more stories on Hashnode
Articles with this tag
Dead Code Detection · 1 Assignment Objective Implement a dead code detector for Java. Dead code elimination is a common compiler optimization in which...
Intros & Data Flow Analysis · 1 Introduction What is static program analysis(SPA)? Let's have an overview of Programming Languages(PL) before talking...
Constant Propagation and Worklist Solver · 1 Assignment Objectives Implement a constant propagation for Java Implement a generic worklist solver, which...
Live Variable Analysis & Iterative Algorithm · 1 Assignment Objectives Implement a live variable analysis for Java. Implement a generic solver, which...