Course Syllabus

The table below gives the planned syllabus for the course. The syllabus lists the topics in order, and gives access to each lecture's meeting outlines, and homeworks and readings.

Material describing the course and its objectives and grading policies is available elsewhere.

This syllabus is subject to change. If it is necessary to revise the schedule, then this page will be updated to reflect the changes.

The readings are from Principles of Programming Analysis (second corrected printing) by Flemming Nielson, Hanne Riis Nielson, and Chris Hankin (Springer-Verlag, 2005).

Dates Topics Homework Due Readings Optional Readings
Jan. 7 Introduction   Handouts, Grading Policy Forward, Preface
Jan. 9 Overview of Analysis Techniques (Syntax and Semantics of WHILE)   Ch 1, 1.1-1.2 [Hedin-etal09] (Concept Overview)
Jan. 14 Overview of Analysis Techniques (Parsing and ASTs for WHILE) HW1 [Hedin-etal09] (Concept Overview) Ch 1.2
Jan. 16 Overview of Analysis Techniques (Dataflow Analysis)   Ch 1.3 Ch 1.4
Jan. 21 Overview of Analysis Techniques (Abstract Interpretation)   Ch 1.5  
Jan. 23 Overview of Analysis Techniques (Type and Effect Systems)   Ch 1.6  
Jan. 28 ASTs and CFGs in JastAdd (Attributes, Rewrites) HW2p1 [Hedin-etal09] (Abstract Syntax, Attributes) Ch 2.1
Jan. 30 ASTs and CFGs in JastAdd (Attributes, Rewrites) HW2p2,HW2p3 [Hedin-etal09] (Abstract Syntax, Attributes) Ch 2.1
Feb. 4 Intraprocedural Data Flow Analysis (Blocks and Labels, Notation)   Ch 2.1  
Feb. 6 Intraprocedural Data Flow Analysis (Blocks and Labels, Notation, Available Expressions) HW2p4 Ch 2.1-2.1.1  
Feb. 11 Theory of Data Flow Analysis (RD Analysis in JastAdd, Very Busy Expressions, Live Variables)   Ch 2.1.2-4  
Feb. 13 Theory of Data Flow Analysis (Live Variables, ud and du chains, monotone frameworks)   Ch 2.1.4-5, 2.3  
Feb. 18 Theory of Data Flow Analysis (Monotone frameworks, Equation Solving) Calculational Proofs   Ch 2.3-2.4  
Feb. 20 Monotone Frameworks HW3,p1-5 Ch 2.1.3  
Feb. 25 Monotone Frameworks HW3,p6 Ch 2  
Feb. 27 Midterm Exam Review   Ch 1, 2.1  
Mar. 4 Spring Break, no class      
Mar. 6 Spring Break, no class      
Mar. 11 Midterm Exam   Ch 1, 2.1  
Mar. 13 Structural Operational Semantics   Ch 2.2  
Mar. 18 Correctness of LV analysis   Ch 2.2.2  
Mar. 20 Correctness of LV analysis HW3,p7 Ch 2.2.2  
Mar. 25 Type Checking   Ch 2.3  
Mar. 27 Type Checking and type checking in JastAdd   Ch 2.3  
Apr. 1 Interprocedural Dataflow Analysis   Ch 2.5  
Apr. 3 Interprocedural Dataflow Analysis   Ch 2.5  
Apr. 8 Shape Analysis   Ch 2.6  
Apr. 10 Shape Analysis   Ch 2.6  
Apr. 15 Project presentations HW 4    
Apr. 17 Project presentations      
Apr. 22 No class, study day      

Return to top

Bibliography

[Hedin-etal09]
Görel Hedin and others. "JastAdd Manual". http://jastadd.org/web/documentation/reference-manual.php Checked January 4, 2014.

Previous syllabi from earlier offerings of the class are also available. See the courses's about page.

Last modified Monday, March 31, 2014.

This web page is for the Spring 2014 offering of COP 5021 at the University of Central Florida. The details of this course are subject to change as experience dictates. You will be informed of any changes. Please direct any comments or questions to Gary T. Leavens at leavens@eecs.ucf.edu. Some of the policies and web pages for this course are quoted or adapted from other courses I have taught, in particular, COP 4020 and Com S 641.