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:
Advanced Computer Architectures-A Design Space Approach
Author:
D Sima et al
ISBN:
0 201 42291 3
Publisher:
Addison-Wesley
Pages:
766pp
Price:
£32-95
Reviewer:
Brian Bramer
Subject:
internals and hardware
Appeared in:
10-2
The previous two reviewss (Paradigms for Fast Parallel ApproximabilityandParallel Algorithms for Regular Architectures) are on books on very specialised areas of parallel computation. This text is much more general looking at recent advances in computer architecture which are used in today's commercial computer systems, e.g. CISC architectures implemented using RISC cores, dynamic branch prediction, precoding, etc.

The first section is fundamentals starting from the von Neumann machine and going on to parallel processing reviewing functional parallelism (parallelism in the logic of the solution) and data parallelism (structures which allow parallel operations on elements such as vector and matrices) and introducing basic parallel techniques such as pipelining and replication. Further sections look at ILP (Instruction-Level Parallel) processors (pipelined, superscaler, etc.), Instruction-level Data-Parallel processors (SIMD architecture, vectorization, etc.) and MIMD architectures (e.g. looking at implementations and problems of distributed and shared memory architectures). To support the theoretical aspects case studies are presented on machines including the Power PC, PentiumPro, IBM RS/6000, Cray C90, Convex C4/XA, T9000 Transputer and Cray T3D.

A well written and presented book. As an aid in presenting concepts the authors use a 'design space approach' which is a diagrammatic method of presenting significant design aspects and choice of particular architectures, e.g. one has a diagram presenting the tasks to be carried out to achieve pipeline instruction processing and then diagrams showing alternative methods of implementation (e.g. single, double and multiple pipelines) in more and more detail. A useful review for research students (and others) starting work in the area of parallel computation and as a text to support a module on advanced computer architectures.