Skip to main content
Compiling with Continuations

Compiling with Continuations

Current price: $99.99
This product is not returnable.
Publication Date: February 1st, 2007
Publisher:
Cambridge University Press
ISBN:
9780521033114
Pages:
272
Usually Ships in 1 to 5 Days

Description

This book shows how continuation-passing style is used as an intermediate representation 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 language Standard ML. Prior knowledge of ML, however, is not necessary, as the author carefully explains each concept as it arises. This is the first book to show how concepts from the theory of programming languages can be applied to the production of practical optimizing compilers for modern languages like ML. All the details of compiling are covered, including the interface to a runtime system and garbage collector.