CMU-CS-08-141
Computer Science Department
School of Computer Science, Carnegie Mellon University



CMU-CS-08-141

A Cost Semantics for Self-Adjusting Computation

Ruy Ley-Wild, Umut A. Acar*, matthew Fluet

July 2008

CMU-CS-08-141.pdf


Keywords: Self-adjusting computation, cost semantics

Self-adjusting computation is an evaluation model in which programs can respond efficiently to small changes to their input data by using a change-propagation mechanism that updates computation by re-building only the parts affected by changes. Previous work has proposed language techniques for self-adjusting computation and showed the approach to be effective in a number of application areas. However, due to the complex semantics of change propagation and the indirect nature of previously proposed language techniques, it remains difficult to reason about the efficiency of self-adjusting programs and change propagation.

In this paper, we propose a cost semantics for self-adjusting computation that enables reasoning about its effectiveness. As our source language, we consider a direct-style λ-calculus with first-class mutable references and develop a notion of trace distance for source programs. To facilitate asymptotic analysis, we propose techniques for composing and generalizing concrete distances via trace contexts (traces with holes). We then show how to translate the source language into a self-adjusting target language such that the translation (1) preserves the extensional semantics of the source programs and the cost of from-scratch runs, and (2) ensures that change propagation between two evaluations takes time bounded by their relative distance. We consider several examples and analyze their effectiveness by considering upper and lower bounds.

95 pages

*Toyota Technological Institute at Chicago


Return to: SCS Technical Report Collection
School of Computer Science

This page maintained by reports@cs.cmu.edu