ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Modern Compiler Design
Author:
Dick Grune et al
ISBN:
0 471 97697 0
Publisher:
Wiley
Pages:
736pp
Price:
£24.95
Reviewer:
Tom Hughes
Subject:
compilers
Appeared in:
13-3
This 700-page tome is split into two distinct parts. The first deals with the various stages of compiler design from a generic viewpoint and the second contains chapters on the specific issues involved in creating compilers for various types of language.

The first part follows the design of a compiler through the various stages, starting with lexical analysis and parsing and moving on through dealing with the internal representation of a program to the issues of code generation and optimisation.

The second part deals with issues specific to imperative and OO programs, functional programs, logic programs and parallel or distributed programs.

On the whole I have no major complaints about the book. The example code is generally not too bad - it is not perfect C but then this is not a book about teaching C or any other language. In fact the approach taken to the subject tends towards the theoretical rather than to practical examples - the book very much has the air of a computer science textbook and this is probably responsible for the generally dry style of writing used.

This is certainly not a book for everyone but it is a book that should be considered if you have a need for a detailed work on compiler design.