Engineering a Compiler
 
A termék adatai:

ISBN13:9780128154120
ISBN10:0128154128
Kötéstípus:Puhakötés
Terjedelem:848 oldal
Méret:235x191 mm
Súly:1270 g
Nyelv:angol
556
Témakör:

Engineering a Compiler

 
Kiadás sorszáma: 3
Kiadó: Morgan Kaufmann
Megjelenés dátuma:
 
Normál ár:

Kiadói listaár:
EUR 94.95
Becsült forint ár:
39 181 Ft (37 315 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

31 345 (29 852 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 7 836 Ft)
A kedvezmény érvényes eddig: 2024. június 30.
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
A Prosperónál jelenleg nincsen raktáron.
Nem tudnak pontosabbat?
 
  példányt

 
Hosszú leírás:

*Textbook and Academic Authors Association (TAA) Textbook Excellence Award Winner, 2024* Engineering a Compiler, Third Edition covers the latest developments in compiler technology, with new chapters focusing on semantic elaboration (the problems that arise in generating code from the ad-hoc syntax-directed translation schemes in a generated parser), on runtime support for naming and addressability, and on code shape for expressions, assignments and control-structures. Leading educators and researchers, Keith Cooper and Linda Torczon, have revised this popular text with a fresh approach to learning important techniques for constructing a modern compiler, combining basic principles with pragmatic insights from their own experience building state-of-the-art compilers.




  • Presents in-depth treatments of algorithms and techniques used in the front end of a modern compiler
  • Pays particular attention to code optimization and code generation, both primary areas of recent research and development
  • Focuses on how compilers (and interpreters) implement abstraction, tying the underlying knowledge to students' own experience and to the languages in which they have been taught to program
  • Covers bottom-up methods of register allocation at the local scope
Tartalomjegyzék:

1. Overview of Compilation 2. Scanners 3. Parsers 4. Intermediate Representations 5. Syntax-Driven Translation 6. Implementing Procedures 7. Code Shape 8. Introduction to Optimization 9. Data-Flow Analysis 10. Scalar Optimization 11. Instruction Selection 12. Instruction Scheduling 13. Register Allocation 14. Runtime Optimization