HiveBrain v1.2.0
Get Started
← Back to all entries
gotchaMinor

What is the difference between control flow graph & interprocedural control flow graph?

Submitted by: @import:stackexchange-cs··
0
Viewed 0 times
theflowgraphcontrolwhatdifferencebetweeninterprocedural

Problem

I am doing research on control flow analysis on aspect oriented programs and I found in some papers an interprocedural approach for doing control flow analysis on others call graph or control flow graph. Is there a real difference between control flow graphs and interprocedural control flow graphs?

Solution

CFG (Control Flow Graph): representing control flow for a single procedure

IPCFG (Inter-Procedural Control Flow Graph): representing control flow for a program

source: http://web.cs.iastate.edu/~weile/cs513x/4.ControlFlowAnalysis.pdf

Context

StackExchange Computer Science Q#7054, answer score: 3

Revisions (0)

No revisions yet.