Introduction to Compiler Design - Mogensen, Torben ?gidius; - Prospero Internet Bookshop

Introduction to Compiler Design
 
Product details:

ISBN13:9783031464591
ISBN10:3031464591
Binding:Paperback
No. of pages:287 pages
Size:235x155 mm
Weight:588 g
Language:English
Illustrations: 139 Illustrations, black & white
618
Category:

Introduction to Compiler Design

 
Edition number: 3rd ed. 2024
Publisher: Springer
Date of Publication:
Number of Volumes: 1 pieces, Book
 
Normal price:

Publisher's listprice:
EUR 53.49
Estimated price in HUF:
22 802 HUF (21 716 HUF + 5% VAT)
Why estimated?
 
Your price:

18 241 (17 373 HUF + 5% VAT )
discount is: 20% (approx 4 560 HUF off)
Discount is valid until: 31 December 2024
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
 
Availability:

Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Can't you provide more accurate information?
 
  Piece(s)

 
Short description:

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.


 

Long description:

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.

 


 

Table of Contents:
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.