From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <39944459.C86EAAFE@earthlink.net> Date: Fri, 11 Aug 2000 11:22:17 -0700 From: "D. Brownlee" MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] prof References: <200008111418.KAA13127@cse.psu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f9ea686e-eac8-11e9-9e20-41e7f4b1d025 It would be nice to see the linker change. I was thinking of modifying the compiler's 'codgen' to create a bunch of temp files that identify function definitions and the functions called within them, then process those to get a static flow graph. forsyth@vitanuova.com wrote: > > >>Another question: has anyone done anything with the > >>compiler to generate a static flow graph -- something > >>like 'cflow'? > > i have changes to one of the linkers somewhere. > it also checked stack depth.