home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.parallel
- Path: sparky!uunet!gatech!hubcap!fpst
- From: anik@crhc.uiuc.edu (Sadun Anik)
- Subject: Re: Constructing Control Flow Graph
- In-Reply-To: lka@lems1alems.brown.edu's message of 24 Aug 92 21:53:21 GMT
- Message-ID: <1992Aug25.191313.153@hubcap.clemson.edu>
- Sender: fpst@hubcap.clemson.edu (Steve Stevenson)
- Nntp-Posting-Host: rigel.crhc.uiuc.edu
- Organization: Center for Reliable and High-Performance Computing
- References: <1992Aug25.130859.2832@hubcap.clemson.edu>
- Date: 25 Aug 92 12:36:34
- Approved: parallel@hubcap.clemson.edu
- Lines: 30
-
- In article <1992Aug25.130859.2832@hubcap.clemson.edu> lka@lems1alems.brown.edu (Lalit K. Agarwal) writes:
-
- I'm looking for any published material on actual
- implementation methods & data-structures for constructing
- control-flow & dependence graphs of a c-program. All
- responses will be greatly appreciated.
-
- I would strongly recommend "The Red Dragon", the must have book for
- anybody interested in detailed compiler techniques. It covers
- everything from lexical analysis and parsing to code generation. It
- does provide algortihms for control-flow, data-flow analysis and many
- related optimizations. The real name and other info follows.
-
- Compilers, principles, techniques, and tools
- by
- Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman
- ISBN 0-201-10088-6
-
- Published by Addison-Wesley.
-
- The book cover illustrates a compiler writer wearing an armor of
- compiler tools and the red dragon of "complexity of compiler design".
- In our compiler project here, all (well almost all) the flow based
- algorihtms from this book has been implemented with success.
-
- --
- Sadun Anik, U of Illinois at Urbana-Champaign
- Center for Reliable and High-performance Computing
- e-mail: anik@crhc.uiuc.edu
-
-