Andrew W. Appel
Broschiertes Buch

Compiling with Continuations

Versandkostenfrei!
Versandfertig in 1-2 Wochen
100,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
50 °P sammeln!
This book shows how the theory of programming languages can be applied to the production of practical optimizing compilers for modern languages (such as ML).The control and data flow of a program can be represented using continuations, a concept from denotational semantics that has practical application in real compilers. This book shows how continuation-passing style is used as an intermediate representation on which to perform optimizations and program transformations. Continuations can be used to compile most programming languages. The method is illustrated in a compiler for the programming...