Control-flow Graph (CFG)

Control-flow graph

A control-flow graph is a representation of all paths that can be taken through a program during its execution. It was discovered by Frances E. Allen and Reese T. Prosser, and is essential for compiler optimizations and static-analysis tools.

1 courses cover this concept

15-411 Compiler Design

Carnegie Mellon University

Fall 2020

Comprehensive study of compiler design and implementation, examining interaction between language design and runtime organization. Topics include program analysis, code generation, optimization, memory management.

No concepts data

+ 21 more concepts