Logo

The Power PC Compiler Writer's Guide

Small book cover: The Power PC Compiler Writer's Guide

The Power PC Compiler Writer's Guide
by

Publisher: Warthman Associates
ISBN/ASIN: 0964965402
Number of pages: 264

Description:
This book describes, mainly by coding examples, the code patterns that perform well on PowerPC processors. The book will be particularly helpful to compiler developers and application-code specialists who are already familiar with optimizing compiler technology and are looking for ways to exploit the PowerPC architecture. It will also be helpful to application programmers who need to understand and tune the output of PowerPC compilers and to faculty members and graduate students specializing in the study of compilers.

Download or read it online for free here:
Download link
(1.1MB, PDF)

Similar books

Book cover: Compiler Design: Theory, Tools, and ExamplesCompiler Design: Theory, Tools, and Examples
by - Rowan University
This is an introductory level text for compiler design courses, that emphasizes problem solving skills. The concepts are clearly presented with sampler problems and diagrams to illustrate the concepts. The text also covers lex and yacc.
(10825 views)
Book cover: Project Oberon - The Design of an Operating System and CompilerProject Oberon - The Design of an Operating System and Compiler
by
Here are the results of Project Oberon, which goal was to design an entire system from scratch. It gives advice on how a system might be built, and demonstrates how one was built. Program listings alone contain the ultimate explanations.
(18211 views)
Book cover: Crafting Interpreters: A handbook for making programming languagesCrafting Interpreters: A handbook for making programming languages
by - craftinginterpreters.com
This book contains everything you need to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection.
(11810 views)
Book cover: Lightweight Compiler TechniquesLightweight Compiler Techniques
by - Lulu Press
This book explains compiler construction in simple terms and by means of practical examples, but without avoiding the fundamental theory. It does not stop where other books do, and takes you on a tour through the whole compilation process.
(12295 views)