Path: utzoo!attcan!uunet!jarthur!usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!msuinfo!news From: reid@cpswh.cps.msu.edu (Dr Richard J. Reid) Newsgroups: comp.lang.c Subject: Return Graph varies from Call Graph? Message-ID: <1990Jun5.142836.9821@msuinfo.cl.msu.edu> Date: 5 Jun 90 14:28:36 GMT Sender: news@msuinfo.cl.msu.edu Organization: Michigan State University, East Lansing Lines: 17 Do you have any suggestions about how to vary the return graph of function invocation from the call graph? This capability would seem to be highly implementation dependent; however, any suggestions of more universal applicability than permuting the invocation frames on the stack, would be especially welcome. Example: (For a simple linear graph) Given the call sequence: A -> B -> C -> D Can the return sequence be: A <- C <- B <- D ? Thanks, Dick