home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / parallel / 1978 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.7 KB  |  45 lines

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