Introduction to Compiler Design: Undergraduate Topics in Computer Science
Autor Torben Ægidius Mogensenen Limba Engleză Paperback – 6 ian 2024
All phases required for translating a high-level language to symbolic machine language are covered, and some techniques for optimising code are presented. Type checking and interpretation are also included.
Aiming to be neutral with respect to implementation languages, algorithms are mostly presented in pseudo code rather than in any specific language, but suggestions are in many places given for how these can be realised in different language paradigms.
Depending on how much of the material from the book is used, it is suitable for both undergraduate and graduate courses for introducing compiler design and implementation.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 376.05 lei
- 20% Preț: 342.45 lei
- 20% Preț: 339.11 lei
- 20% Preț: 227.15 lei
- 20% Preț: 183.40 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.92 lei
- 20% Preț: 226.64 lei
- 20% Preț: 276.82 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 250.22 lei
- 20% Preț: 335.08 lei
- 20% Preț: 300.41 lei
- 20% Preț: 305.61 lei
- 20% Preț: 272.43 lei
- 20% Preț: 341.85 lei
- 20% Preț: 375.65 lei
- 20% Preț: 258.78 lei
- 20% Preț: 206.45 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.61 lei
- 20% Preț: 272.66 lei
- 20% Preț: 366.84 lei
- 20% Preț: 237.35 lei
- 20% Preț: 374.20 lei
- 20% Preț: 241.37 lei
- 20% Preț: 232.79 lei
- 20% Preț: 454.08 lei
- 20% Preț: 297.28 lei
- 20% Preț: 298.32 lei
- 20% Preț: 567.67 lei
- 20% Preț: 292.18 lei
- 20% Preț: 296.71 lei
- 20% Preț: 294.86 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.35 lei
- 20% Preț: 291.69 lei
- 20% Preț: 278.10 lei
- 20% Preț: 382.10 lei
- 20% Preț: 184.28 lei
- 20% Preț: 298.11 lei
- 20% Preț: 281.40 lei
- 20% Preț: 754.32 lei
- 20% Preț: 348.75 lei
Preț: 316.03 lei
Preț vechi: 395.04 lei
-20% Nou
Puncte Express: 474
Preț estimativ în valută:
60.48€ • 62.82$ • 50.24£
60.48€ • 62.82$ • 50.24£
Carte tipărită la comandă
Livrare economică 29 ianuarie-04 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783031464591
ISBN-10: 3031464591
Pagini: 287
Ilustrații: XXII, 287 p. 139 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.57 kg
Ediția:3rd ed. 2024
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 3031464591
Pagini: 287
Ilustrații: XXII, 287 p. 139 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.57 kg
Ediția:3rd ed. 2024
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
Lexical analysis.- Syntax analysis.-Scopes and symbol tables.- Interpretation.- Type checking.-Intermediate-code generation.- Machine-code generation.- Register allocation.- Functions.- Data-flow analysis and optimisation.- Optimisation for loops.- More language features.- Set notation and concepts.- Index.
Notă biografică
The author has taught programming language design, implementation, and transformation at the University of Copenhagen for more than two decades.
Textul de pe ultima copertă
The third edition of this textbook has been fully revised and adds material about the SSA form, polymorphism, garbage collection, and pattern matching. It presents techniques for making realistic compilers for simple to intermediate-complexity programming languages. The techniques presented in the book are close to those used in professional compilers, albeit in places slightly simplified for presentation purposes. "Further reading" sections point to material about the full versions of the techniques.
All phases required for translating a high-level language to symbolic machine language are covered, and some techniques for optimising code are presented. Type checking and interpretation are also included.
Aiming to be neutral with respect to implementation languages, algorithms are mostly presented in pseudo code rather than in any specific language, but suggestions are in many places given for how these can be realised in different language paradigms.
Depending on how much of the material from the book is used, it is suitable for both undergraduate and graduate courses for introducing compiler design and implementation.
All phases required for translating a high-level language to symbolic machine language are covered, and some techniques for optimising code are presented. Type checking and interpretation are also included.
Aiming to be neutral with respect to implementation languages, algorithms are mostly presented in pseudo code rather than in any specific language, but suggestions are in many places given for how these can be realised in different language paradigms.
Depending on how much of the material from the book is used, it is suitable for both undergraduate and graduate courses for introducing compiler design and implementation.
Caracteristici
New topics include the SSA form, garbage collection, polymorphism and translation of pattern matching Some new examples have been added, and explanations have been clarified Uses RISC-V as the example target machine language