control-flow graph
control-flow graph A directed graph representing the sequence of execution in a program unit, in which nodes represent branching points or subprogram calls in a program, and arcs represent linear sequences of code. From the control-flow graph an analysis can show
the structure of the program,
starts and ends of program segments,
unreachable code and dynamic halts,
branches from within loops,
entry and exit points for loops,
paths through the program.
See also static analysis.
the structure of the program,
starts and ends of program segments,
unreachable code and dynamic halts,
branches from within loops,
entry and exit points for loops,
paths through the program.
See also static analysis.
More From encyclopedia.com
Bankfull Flow , bankfull flow Hypopycnal Flow , hypopycnal flow Flow , Flow
BIBLIOGRAPHY
Embedded within and critical to the burgeoning field of positive psychology, the concept of flow represents an optimal state of con… Baseflow , baseflow(dry-weather flow) In a stream or river, the flow of water derived from the seepage of groundwater, and/or through-flow into the surface wate… Debris Flow , Debris flow
Debris flow is a process in which water-saturated masses of material ranging from sand grains to boulders move across low slopes. These f… Computer Program , pro·gram / ˈprōˌgram; -grəm/ (Brit. pro·gramme) • n. 1. a planned series of future events, items, or performances: a weekly program of films the prog…
You Might Also Like
NEARBY TERMS
control-flow graph