Related articles |
---|
looking for X-windows flow graph display tool mew@lems.brown.edu (1993-08-12) |
Re: looking for X-windows flow graph display tool hagerman@ece.cmu.edu (1993-08-15) |
Re: looking for X-windows flow graph display tool ccsis@sunlab1.bath.ac.uk (1993-08-19) |
Newsgroups: | comp.compilers |
From: | ccsis@sunlab1.bath.ac.uk (Icarus Sparry) |
Keywords: | tools |
Organization: | Bath University Computing Services, UK |
References: | 93-08-068 93-08-079 |
Date: | Thu, 19 Aug 1993 14:32:04 GMT |
In the referenced article, hagerman@ece.cmu.edu (John Hagerman) writes:
>You might look at the `dag' program from AT&T. (I don't know how to
>get it.)
DAG has been superseded by DOT. It is available to educational sites
(only as a binary) if you fill in a licence agreement. They will then
FTP it to you. I use 'cflow -r' piped to an awk script and then to dot
all the time when first starting to work on strange programs.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.