Re: 'call' is not an edge
On 3/4/07, Sunzir Deepur <[EMAIL PROTECTED]> wrote: hello all, I was wondering why "call" directives are not edges in function graphs ? Because calls don't change the control flow except when they are able to throw exceptions, or don't return. If they were to be edges, you would have somethin
'call' is not an edge
hello all, I was wondering why "call" directives are not edges in function graphs ? I see that only jumps are edges, and calls are treated like a normal directive... thanks for the help, sunzir.