Content deleted Content added
not it doesn't usually refer to that except in the inter-procedural case |
soooo... if this is talking about inter-procedural analysys, aren't you forgetting that you can call stuff through pointers?? Is pointer analysis a trivial problem? |
||
Line 18:
}}</ref>{{primary source inline}} For both [[functional programming language]]s and [[object-oriented programming language]]s, the term CFA, and elaborations such as ''k''-CFA, refer to specific algorithms that compute control flow.{{dubious}}
For many [[imperative programming language]]s, the control flow{{which}} of a program is explicit in a program's source code.{{dubious}} As a result, [[
<source lang="scheme">
(lambda (f) (f x))
|