Modern Compiler Implementation in Java
Autor Andrew W. Appel Cu Jens Palsbergen Limba Engleză Hardback – 20 oct 2002
Preț: 454.88 lei
Preț vechi: 568.61 lei
-20% Nou
Puncte Express: 682
Preț estimativ în valută:
87.05€ • 90.33$ • 72.76£
87.05€ • 90.33$ • 72.76£
Carte disponibilă
Livrare economică 22 februarie-08 martie
Livrare express 11-15 februarie pentru 56.02 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780521820608
ISBN-10: 052182060X
Pagini: 512
Ilustrații: 80 b/w illus. 35 tables 135 exercises
Dimensiuni: 208 x 257 x 33 mm
Greutate: 1.27 kg
Ediția:Revizuită
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
ISBN-10: 052182060X
Pagini: 512
Ilustrații: 80 b/w illus. 35 tables 135 exercises
Dimensiuni: 208 x 257 x 33 mm
Greutate: 1.27 kg
Ediția:Revizuită
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
Cuprins
Part I. Fundamentals of Compilation: 1. Introduction; 2. Lexical analysis; 3. Parsing; 4. Abstract syntax; 5. Semantic analysis; 6. Activation records; 7. Translation to intermediate code; 8. Basic blocks and traces; 9. Instruction selection; 10. Liveness analysis; 11. Register allocation; 12. Putting it all together; Part II. Advanced Topics: 13. Garbage collection; 14. Object-oriented languages; 15. Functional programming languages; 16. Polymorphic types; 17. Dataflow analysis; 18. Loop optimizations; 19. Static single-assignment form; 20. Pipelining and scheduling; 21. The memory hierarchy; Appendix: Mini-Java reference manual.
Recenzii
From reviews of the first edition... 'One of the first compiler texts that presents, at an undergraduate level, developments from the mid-1980's onward … This breakdown of topics is a good reflection of where a compiler writer's time actually goes.' Dr. Dobb's Journal
'Serves its intended purpose as a classroom textbook, fitting comfortably and usefully between cookbooks and encyclopedias on compilation … also suitable for self-study.' Computing Reviews
'… I recommend this book as a textbook for both beginning and advanced compiler courses … a well-written book, which strictly adheres to a no-nonsense style, and therefore is a pleasure to read.' Computing Reviews
'Serves its intended purpose as a classroom textbook, fitting comfortably and usefully between cookbooks and encyclopedias on compilation … also suitable for self-study.' Computing Reviews
'… I recommend this book as a textbook for both beginning and advanced compiler courses … a well-written book, which strictly adheres to a no-nonsense style, and therefore is a pleasure to read.' Computing Reviews
Descriere
The second edition features a redesigned compiler project in Java, for a subset of Java itself.