0
Your cart

Your cart is empty

Browse All Departments
Price
  • R250 - R500 (40)
  • R500+ (199)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Compilers & interpreters

The Book of Shen - Fourth edition (Paperback): Mark Tarver The Book of Shen - Fourth edition (Paperback)
Mark Tarver
R994 Discovery Miles 9 940 Ships in 12 - 17 working days
Python for Beginners - Enter the Real World of Python and Learn How to Think Like a Programmer. (Hardcover): Lucas Lawrence Python for Beginners - Enter the Real World of Python and Learn How to Think Like a Programmer. (Hardcover)
Lucas Lawrence
R953 R800 Discovery Miles 8 000 Save R153 (16%) Ships in 10 - 15 working days
CICS Basic Training for Application Developers Using DB2 and VSAM (Hardcover): Robert Wingate CICS Basic Training for Application Developers Using DB2 and VSAM (Hardcover)
Robert Wingate
R848 Discovery Miles 8 480 Ships in 12 - 17 working days
IMS-DB Basic Training For Application Developers (Hardcover): Robert Wingate IMS-DB Basic Training For Application Developers (Hardcover)
Robert Wingate
R680 Discovery Miles 6 800 Ships in 12 - 17 working days
Aws - The Most Complete Guide to Learn Step by Step Amazon Web Service (Hardcover): Robert Campbell Aws - The Most Complete Guide to Learn Step by Step Amazon Web Service (Hardcover)
Robert Campbell
R872 R736 Discovery Miles 7 360 Save R136 (16%) Ships in 10 - 15 working days
COBOL Basic Training Using VSAM, IMS, DB2 and CICS (Hardcover): Robert Wingate COBOL Basic Training Using VSAM, IMS, DB2 and CICS (Hardcover)
Robert Wingate
R1,481 Discovery Miles 14 810 Ships in 12 - 17 working days
Advanced Game Programming for Intellivision (Hardcover): Oscar Toledo Gutierrez Advanced Game Programming for Intellivision (Hardcover)
Oscar Toledo Gutierrez
R1,339 R972 Discovery Miles 9 720 Save R367 (27%) Ships in 12 - 17 working days
Python Programming for Beginners 2021 - The Best Guide for Beginners to Learn Python Programming (Hardcover): Faba's... Python Programming for Beginners 2021 - The Best Guide for Beginners to Learn Python Programming (Hardcover)
Faba's Diaries
R1,064 R889 Discovery Miles 8 890 Save R175 (16%) Ships in 10 - 15 working days
The GNU C Library Reference Manual Version 2.26 (Hardcover): Sandra Loosemore, Richard M. Stallman, Roland McGrath The GNU C Library Reference Manual Version 2.26 (Hardcover)
Sandra Loosemore, Richard M. Stallman, Roland McGrath
R1,851 Discovery Miles 18 510 Ships in 10 - 15 working days
Optimizing Compilers for Modern Architectures - A Dependence-based Approach (Hardcover): Randy Allen, Ken Kennedy Optimizing Compilers for Modern Architectures - A Dependence-based Approach (Hardcover)
Randy Allen, Ken Kennedy
R2,764 Discovery Miles 27 640 Ships in 12 - 17 working days


Modern computer architectures designed with high-performance microprocessors offer tremendous potential gains in performance over previous designs. Yet their very complexity makes it increasingly difficult to produce efficient code and to realize their full potential. This landmark text from two leaders in the field focuses on the pivotal role that compilers can play in addressing this critical issue.


The basis for all the methods presented in this book is data dependence, a fundamental compiler analysis tool for optimizing programs on high-performance microprocessors and parallel architectures. It enables compiler designers to write compilers that automatically transform simple, sequential programs into forms that can exploit special features of these modern architectures.


The text provides a broad introduction to data dependence, to the many transformation strategies it supports, and to its applications to important optimization problems such as parallelization, compiler memory hierarchy management, and instruction scheduling. The authors demonstrate the importance and wide applicability of dependence-based compiler optimizations and give the compiler writer the basics needed to understand and implement them. They also offer cookbook explanations for transforming applications by hand to computational scientists and engineers who are driven to obtain the best possible performance of their complex applications.


The approaches presented are based on research conducted over the past two decades, emphasizing the strategies implemented in research prototypes at Rice University and in several associated commercial systems. Randy Allen and Ken Kennedy have provided an indispensable resource for researchers, practicing professionals, and graduate students engaged in designing and optimizing compilers for modern computer architectures.
* Offers a guide to the simple, practical algorithms and approaches that are most effective in real-world, high-performance microprocessor and parallel systems.
* Demonstrates each transformation in worked examples.
* Examines how two case study compilers implement the theories and practices described in each chapter.
* Presents the most complete treatment of memory hierarchy issues of any compiler text.
* Illustrates ordering relationships with dependence graphs throughout the book.
* Applies the techniques to a variety of languages, including Fortran 77, C, hardware definition languages, Fortran 90, and High Performance Fortran.
* Provides extensive references to the most sophisticated algorithms known in research.

AVR RISC Microcontroller Handbook (Paperback): Claus Kuhnel AVR RISC Microcontroller Handbook (Paperback)
Claus Kuhnel
R1,725 R1,633 Discovery Miles 16 330 Save R92 (5%) Ships in 12 - 17 working days

The AVR RISC Microcontroller Handbook is a comprehensive guide to designing with Atmel's new controller family, which is designed to offer high speed and low power consumption at a lower cost. The main text is divided into three sections: hardware, which covers all internal peripherals; software, which covers programming and the instruction set; and tools, which explains using Atmel's Assembler and Simulator (available on the Web) as well as IAR's C compiler.

Practical guide for advanced hobbyists or design professionals
Development tools and code available on the Web

Python Programming - The Easiest Python Crash Course to go Deep Through the Main Application as Web Development, Data Analysis... Python Programming - The Easiest Python Crash Course to go Deep Through the Main Application as Web Development, Data Analysis and Data Science Including Machine Learning (Hardcover)
Alan Grid
R713 Discovery Miles 7 130 Ships in 12 - 17 working days
Python for Beginners - Learn It as Easy as Pie (Hardcover): Yatin Bayya Python for Beginners - Learn It as Easy as Pie (Hardcover)
Yatin Bayya
R509 Discovery Miles 5 090 Ships in 12 - 17 working days
C++ Programming - A Step-By-Step Beginner's Guide to Learn the Fundamentals of a Multi-Paradigm Programming Language and... C++ Programming - A Step-By-Step Beginner's Guide to Learn the Fundamentals of a Multi-Paradigm Programming Language and Begin to Manage Data Including How to Work on Your First Program (Hardcover)
Alan Grid
R736 Discovery Miles 7 360 Ships in 12 - 17 working days
Computing with Data - An Introduction to the Data Industry (Hardcover, 1st ed. 2018): Guy Lebanon, Mohamed El-Geish Computing with Data - An Introduction to the Data Industry (Hardcover, 1st ed. 2018)
Guy Lebanon, Mohamed El-Geish
R2,830 Discovery Miles 28 300 Ships in 12 - 17 working days

This book introduces basic computing skills designed for industry professionals without a strong computer science background. Written in an easily accessible manner, and accompanied by a user-friendly website, it serves as a self-study guide to survey data science and data engineering for those who aspire to start a computing career, or expand on their current roles, in areas such as applied statistics, big data, machine learning, data mining, and informatics. The authors draw from their combined experience working at software and social network companies, on big data products at several major online retailers, as well as their experience building big data systems for an AI startup. Spanning from the basic inner workings of a computer to advanced data manipulation techniques, this book opens doors for readers to quickly explore and enhance their computing knowledge. Computing with Data comprises a wide range of computational topics essential for data scientists, analysts, and engineers, providing them with the necessary tools to be successful in any role that involves computing with data. The introduction is self-contained, and chapters progress from basic hardware concepts to operating systems, programming languages, graphing and processing data, testing and programming tools, big data frameworks, and cloud computing. The book is fashioned with several audiences in mind. Readers without a strong educational background in CS--or those who need a refresher--will find the chapters on hardware, operating systems, and programming languages particularly useful. Readers with a strong educational background in CS, but without significant industry background, will find the following chapters especially beneficial: learning R, testing, programming, visualizing and processing data in Python and R, system design for big data, data stores, and software craftsmanship.

Computer Programming for Beginners and Cybersecurity - 4 MANUSCRIPTS IN 1: The Ultimate Manual to Learn step by step How to... Computer Programming for Beginners and Cybersecurity - 4 MANUSCRIPTS IN 1: The Ultimate Manual to Learn step by step How to Professionally Code and Protect Your Data. This Book includes: Python, Java, C ++ and Cybersecurity (Hardcover)
Alan Grid
R1,239 R1,036 Discovery Miles 10 360 Save R203 (16%) Ships in 10 - 15 working days
Reasoning About Program Transformations - Imperative Programming and Flow of Data (Hardcover, 2003 ed.): Jean-Francois Collard Reasoning About Program Transformations - Imperative Programming and Flow of Data (Hardcover, 2003 ed.)
Jean-Francois Collard
R1,665 Discovery Miles 16 650 Ships in 12 - 17 working days

The book focuses on analyses that extract the flow of data, which imperative programming hides through its use and reuse of memory in computer systems and compilers. It will detail some program transformations that conserve this data flow and will introduce a family of analyses, called reaching definition analyses, to do this task. In addition, it shows that correctness of program transformations is guaranteed by the conservation of data flow.
Professionals and researchers in software engineering, computer engineering, program design analysis, and compiler design will benefit from its presentation of data-flow methods and memory optimization of compilers.

Python Crash Course - The Perfect Beginner's Guide to Learning Programming with Python on a Crash Course Even If... Python Crash Course - The Perfect Beginner's Guide to Learning Programming with Python on a Crash Course Even If You're New to Programming (Hardcover)
Aiden Phillips
R1,030 Discovery Miles 10 300 Ships in 12 - 17 working days
Retargetable Compiler Technology for Embedded Systems - Tools and Applications (Hardcover, 2001 ed.): Rainer Leupers, Peter... Retargetable Compiler Technology for Embedded Systems - Tools and Applications (Hardcover, 2001 ed.)
Rainer Leupers, Peter Marwedel
R3,037 Discovery Miles 30 370 Ships in 10 - 15 working days

It is well known that embedded systems have to be implemented efficiently. This requires that processors optimized for certain application domains are used in embedded systems. Such an optimization requires a careful exploration of the design space, including a detailed study of cost/performance tradeoffs. In order to avoid time-consuming assembly language programming during design space exploration, compilers are needed. In order to analyze the effect of various software or hardware configurations on the performance, retargetable compilers are needed that can generate code for numerous different potential hardware configurations. This book provides a comprehensive and up-to-date overview of the fast developing area of retargetable compilers for embedded systems. It describes a large set important tools as well as applications of retargetable compilers at different levels in the design flow. Retargetable Compiler Technology for Embedded Systems is mostly self-contained and requires only fundamental knowledge in software and compiler design. It is intended to be a key reference for researchers and designers working on software, compilers, and processor optimization for embedded systems.

Compiler Design - Analysis and Transformation (Hardcover, 2012 ed.): Helmut Seidl, Reinhard Wilhelm, Sebastian Hack Compiler Design - Analysis and Transformation (Hardcover, 2012 ed.)
Helmut Seidl, Reinhard Wilhelm, Sebastian Hack
R2,118 Discovery Miles 21 180 Ships in 12 - 17 working days

While compilers for high-level programming languages are large complex software systems, they have particular characteristics that differentiate them from other software systems. Their functionality is almost completely well-defined - ideally there exist complete precise descriptions of the source and target languages. Additional descriptions of the interfaces to the operating system, programming system and programming environment, and to other compilers and libraries are often available. The book deals with the optimization phase of compilers. In this phase, programs are transformed in order to increase their efficiency. To preserve the semantics of the programs in these transformations, the compiler has to meet the associated applicability conditions. These are checked using static analysis of the programs. In this book the authors systematically describe the analysis and transformation of imperative and functional programs. In addition to a detailed description of important efficiency-improving transformations, the book offers a concise introduction to the necessary concepts and methods, namely to operational semantics, lattices, and fixed-point algorithms. This book is intended for students of computer science. The book is supported throughout with examples, exercises and program fragments.

Interaction Between Compilers and Computer Architectures (Hardcover, 2001 ed.): Gyungho Lee, Pen-Chung Yew Interaction Between Compilers and Computer Architectures (Hardcover, 2001 ed.)
Gyungho Lee, Pen-Chung Yew
R3,019 Discovery Miles 30 190 Ships in 10 - 15 working days

Effective compilers allow for a more efficient execution of application programs for a given computer architecture, while well-conceived architectural features can support more effective compiler optimization techniques. A well thought-out strategy of trade-offs between compilers and computer architectures is the key to the successful designing of highly efficient and effective computer systems. From embedded micro-controllers to large-scale multiprocessor systems, it is important to understand the interaction between compilers and computer architectures. The goal of the Annual Workshop on Interaction between Compilers and Computer Architectures (INTERACT) is to promote new ideas and to present recent developments in compiler techniques and computer architectures that enhance each other's capabilities and performance. Interaction Between Compilers and Computer Architectures is an updated and revised volume consisting of seven papers originally presented at the Fifth Workshop on Interaction between Compilers and Computer Architectures (INTERACT-5), which was held in conjunction with the IEEE HPCA-7 in Monterrey, Mexico in 2001. This volume explores recent developments and ideas for better integration of the interaction between compilers and computer architectures in designing modern processors and computer systems. Interaction Between Compilers and Computer Architectures is suitable as a secondary text for a graduate level course, and as a reference for researchers and practitioners in industry.

Compiler Design - Syntactic and Semantic Analysis (Hardcover, 2011): Reinhard Wilhelm, Helmut Seidl, Sebastian Hack Compiler Design - Syntactic and Semantic Analysis (Hardcover, 2011)
Reinhard Wilhelm, Helmut Seidl, Sebastian Hack
R2,779 Discovery Miles 27 790 Ships in 12 - 17 working days

While compilers for high-level programming languages are large complex software systems, they have particular characteristics that differentiate them from other software systems. Their functionality is almost completely well-defined ideally there exist complete precise descriptions of the source and target languages. Additional descriptions of the interfaces to the operating system, programming system and programming environment, and to other compilers and libraries are often available.

This book deals with the analysis phase of translators for programming languages. It describes lexical, syntactic and semantic analysis, specification mechanisms for these tasks from the theory of formal languages, and methods for automatic generation based on the theory of automata. The authors present a conceptual translation structure, i.e., a division into a set of modules, which transform an input program into a sequence of steps in a machine program, and they then describe the interfaces between the modules. Finally, the structures of real translators are outlined. The book contains the necessary theory and advice for implementation.

This book is intended for students of computer science. The book is supported throughout with examples, exercises and program fragments.

"

Python Programming - The Easiest Python Crash to Learn the Main Applications as Web Development, Data Analysis, Data Science... Python Programming - The Easiest Python Crash to Learn the Main Applications as Web Development, Data Analysis, Data Science and Machine Learning (Hardcover)
Alan Grid
R786 R666 Discovery Miles 6 660 Save R120 (15%) Ships in 10 - 15 working days
Java Programming - Code with an Object-Oriented Program and Improve Your Software Engineering Skills. Get Familiar with Virtual... Java Programming - Code with an Object-Oriented Program and Improve Your Software Engineering Skills. Get Familiar with Virtual Machine, JavaScript (Hardcover)
Alan Grid
R796 R677 Discovery Miles 6 770 Save R119 (15%) Ships in 10 - 15 working days
Compiler Generators - What They Can Do, What They Might Do, and What They Will Probably Never Do (Hardcover, 1990 ed.): Mads... Compiler Generators - What They Can Do, What They Might Do, and What They Will Probably Never Do (Hardcover, 1990 ed.)
Mads Tofte
R3,073 Discovery Miles 30 730 Ships in 10 - 15 working days

This monograph is concerned with the problem of getting computers to transform formal language definitions into compilers. Its purpose is to demonstrate how certain simple theoretical ideas can be used to generate compilers and even compiler generators. As the title suggests, a realistic assessment of the relationship between the complexity of realistic compilation and the relative simplicity studied in theoretical work is attempted. The monograph contains an overview of existing compiler generators. The CERES '83 compiler generator, developed by Neil D. Jones and the author, is described in detail. The CERES system is based on the idea of composing language definitions and it serves as an example of a powerful novel "bootstrapping" technique by which one can generate compiler generators as well as compilers by considering a compiler generator to be, in a sense which is made mathematically precise, a special kind of compiler. The core of the CERES system is a two-page-long machine generated compiler generator. The approach uses ideas from denotational semantics and many-sorted algebra and connects them with novel ideas about how to treat programs and language definitions as data. Considerable effort has been made to present the necessary theory in a manner suitable for readers who have some practical experience but not necessarily a theoretical background in semantics.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Constraint Databases
Gabriel Kuper, Leonid Libkin, … Hardcover R4,567 Discovery Miles 45 670
C++ Programming - A Beginner's Guide to…
Alan Grid Hardcover R795 R676 Discovery Miles 6 760
Coding - All the Basic Need to Learn…
Alan Grid Hardcover R1,119 R938 Discovery Miles 9 380
Loop Tiling for Parallelism
Jingling Xue Hardcover R4,528 Discovery Miles 45 280
Compilers: Principles, Techniques, and…
Alfred Aho, Monica Lam, … Paperback R2,262 Discovery Miles 22 620
Formal Languages and Compilation
Stefano Crespi Reghizzi, Luca Breveglieri, … Hardcover R2,653 Discovery Miles 26 530
MATLAB Recipes - A Problem-Solution…
Michael Paluszek, Stephanie Thomas Paperback R1,512 R1,236 Discovery Miles 12 360
Introduction to Programming with Fortran
Ian Chivers, Jane Sleightholme Hardcover R3,884 Discovery Miles 38 840
SSA-based Compiler Design
Fabrice Rastello, Florent Bouchez Tichadou Hardcover R3,145 Discovery Miles 31 450
Java and the Java Virtual Machine…
Robert F. Stark, Joachim Schmid, … Hardcover R1,596 Discovery Miles 15 960

 

Partners