Limit this search to....

Compiler Construction Softcover Repri Edition
Contributor(s): Waite, William M. (Author), Goos, Gerhard (Author)
ISBN: 1461297311     ISBN-13: 9781461297314
Publisher: Springer
OUR PRICE:   $52.24  
Product Type: Paperback - Other Formats
Published: May 2013
Qty:
Additional Information
BISAC Categories:
- Reference | Questions & Answers
- Computers | Programming Languages - General
- Computers | Compilers
Dewey: 001.642
Series: Monographs in Computer Science
Physical Information: 0.94" H x 6.14" W x 9.21" (1.42 lbs) 447 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Compilers and operating systems constitute the basic interfaces between a programmer and the machine for which he is developing software. In this book we are concerned with the construction of the former. Our intent is to provide the reader with a firm theoretical basis for compiler construction and sound engineering principles for selecting alternate methods, imple- menting them, and integrating them into a reliable, economically viable product. The emphasis is upon a clean decomposition employing modules that can be re-used for many compilers, separation of concerns to facilitate team programming, and flexibility to accommodate hardware and system constraints. A reader should be able to understand the questions he must ask when designing a compiler for language X on machine Y, what tradeoffs are possible, and what performance might be obtained. He should not feel that any part of the design rests on whim; each decision must be based upon specific, identifiable characteristics of the source and target languages or upon design goals of the compiler. The vast majority of computer professionals will never write a compiler. Nevertheless, study of compiler technology provides important benefits for almost everyone in the field . - It focuses attention on the basic relationships between languages and machines. Understanding of these relationships eases the inevitable tran- sitions to new hardware and programming languages and improves a person's ability to make appropriate tradeoft's in design and implementa- tion .