Control-flow analysis: Difference between revisions

Content deleted Content added
Ruud Koot (talk | contribs)
c/e
Ruud Koot (talk | contribs)
ref
Line 26:
it is unclear to which procedure <code>f</code> may refer. To determine the possible targets, a control-flow analysis must consider where this expression could be invoked, and what argument it may receive.
 
Techniques such as [[abstract interpretation]], [[constraint solving]] and [[type system]]s may be used to compute control-flow analysis.<ref>Flemming Nielson, Hanne Riis Nielson & Chris Hankin (1999). ''Principles of Program Analysis''. Springer.</ref>
 
== See also ==