Join Books.org — it's free

Programming Methodology, Other Programming Languages, Mathematical Programming & Operations Research
Implementation of Non-Strict Functional Programming Languages (Research Monographs in Parall... by Kenneth R. Traub β€” book cover

Implementation of Non-Strict Functional Programming Languages (Research Monographs in Parall...

by Kenneth R. Traub
Write a review
Log in to track your reading progress.

Overview

Modern "non-strict" functional programming languages are a powerful means of programming highly parallel computers, but are intrinsically difficult to compile well because decisions about ordering of subcomputations must be taken at compile time. This book represents a new technique for compiling such languages by partitioning a program into sequential threads. While the interleaving of threads can vary at run time, within each thread the order is fixed.

A program is compiled by analyzing its data dependences, and developing from that a set of partitioning constraints. These practical algorithms are founded on a new theory of data dependence and ordering within functional programs, which defines dependence graphs in terms of a rewrite-rule operational semantics for the language.

By attacking the ordering problem directly, the book departs from previous approaches that obtain partitioning as a byproduct of optimizing lazy evaluation, and cleanly separates partitioning from other code generation issues. Furthermore, the method is flexible enough to produce both lazy code and also a less restrictive "lenient" variant which allows larger threads with only a slight decrease in expressive power. Code generation and optimization are explored in depth for both uniprocessor and multiprocessor targets.

Kenneth R. Traub is a researcher with the Motorola Cambridge Research Center.

Contents: Introduction. Background - Functional Language Compilers. Lenient Evaluation. Functional Quads. Code Generation. A Syntactic Theory of Data Dependence. Dependence-Based Partitioning. Conclusion.

Reviews

There are no reviews yet. Log in to write one.

Editorials

Booknews

In this revision of his doctoral thesis (MIT), Traub presents an alternative compilation strategy which deals with non-strictness independent of laziness, through the analysis of data dependence. The analysis determines which instructions can be ordered at compile time and which must be scheduled at run time in order to properly implement non-strictness. The strategy is discussed in the context of both sequential implementations and parallel implementations where the object code is partially sequentialized. Annotation c. Book News, Inc., Portland, OR (booknews.com)

Book Details

Published
March 7, 1991
Publisher
MIT Press
Pages
185
Format
Paperback, 1991
ISBN
9780262700429

Similar books