Compilateurs Principes, techniques et outils - Avec plus de 200 exercices
Le "Dragon", l'ouvrage de référence en matière de compilation, revient avec une édition entièrement actualisée et qui prend en compte toutes les évolutions récentes du domaine. Les auteurs, enseignants dans les universités américaines les plus prestigieus...
(paru le 28/11/2007, consulté 2627 fois)
Write Great Code - Volume 2 Thinking Low-Level, Writing High-Level
It's a critical lesson that today's computer science students aren't always being taught: How to carefully choose their high-level language statements to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level shows soft...
(paru le 06/04/2006, consulté 2652 fois)
Programming Language Pragmatics
Programming Language Pragmatics addresses the
fundamental principles at work in the most important contemporary
languages, highlights the critical relationship between language
design and language implementation, and devotes special attention
to issue...
(paru le 05/11/2004, consulté 2750 fois)
Modern compiler implementation in ML
This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocati...
(paru le 13/07/2004, consulté 2299 fois)
The Compiler Design Handbook: Optimizations & Machine Code Generation
The widespread use of object-oriented languages and
Internet security concerns are just the beginning. Add
embedded systems, multiple memory banks, highly pipelined
units operating in parallel, and a host of other advances
and it becomes clear that curren...
(paru le 29/11/2002, consulté 2360 fois)
Engineering a compiler
As computing has changed, so has the role of both the
compiler and the compiler writer. The proliferation of
processors, environments, and constraints demands an
equally large number of compilers. To adapt, compiler
writers retarget code generators, add o...
(paru le 09/12/2003, consulté 3505 fois)
Writing Compilers and Interpreters An Applied Approach Using C++
Grab hold of your C++ ... because here you'll learn how to
use it to write compilers and interpreters those programs
that translate high-level computer babble into
machine-executable code. The ONLY C++-based book on
compilers and interpreters available, t...
(paru le 10/02/1996, consulté 2976 fois)
Modern compiler design
Most compiler design books focus only on techniques for
imperative or procedural languages. This book also covers
compilation techniques for object-oriented, functional,
logic, and distributed languages. The authors, all of whom
have first-hand experience...
(paru le 15/10/1999, consulté 2686 fois)
Modern Compiler Implementation in Ml
Preface ix
Part I Fundamentals of Compilation 3
1 Introduction 3
1.1 Modules and Interfaces 4
1.2 Tools and software ...
(paru le 01/01/1998, consulté 3210 fois)
Les compilateurs Théorie, construction, génération
Ce livre fournit les bases théoriques de la compilation des
langages impératifs, fonctionnels et logiques, et en
présente les principaux outils. Après une introduction aux
différents aspects du sujet, ainsi qu'aux résultats
fondamentaux, il traite des pro...
(paru le 10/09/1994, consulté 3893 fois)
Algorithms for Compiler Design
A compiler translates a high-level language program into
a functionally equivalent low-level language program that
can be understood and executed by the computer. Crucial to
any computer system, effective compiler design is also one
of the most complex ar...
(paru le 11/02/2003, consulté 4371 fois)
Compilateurs Cours et exercices corrigés
Un compilateur est l'une des parties les plus vitales
d'un système informatique. Il permet de traduire un
programme écrit en langage évolué (comme Pascal, Ada, C++
ou Java) en un langage simplifié que la machine est capable
de comprendre et d'exécuter. Ce...
(paru le 20/09/2002, consulté 10449 fois)