Contextual effects for version-consistent dynamic software updating and safe concurrent programming

TitleContextual effects for version-consistent dynamic software updating and safe concurrent programming
Publication TypeConference Papers
Year of Publication2008
AuthorsNeamtiu I, Hicks MW, Foster JS, Pratikakis P
Conference NameProceedings of the 35th annual ACM SIGPLAN-SIGACT symposium on Principles of programming languages
Date Published2008///
PublisherACM
Conference LocationNew York, NY, USA
ISBN Number978-1-59593-689-9
Keywordscomputation effects, contextual effects, data race detection, dynamic software updating, type and effect systems, version consistency
Abstract

This paper presents a generalization of standard effect systems that we call contextual effects. A traditional effect system computes the effect of an expression e. Our system additionally computes the effects of the computational context in which e occurs. More specifically, we computethe effect of the computation that has already occurred(the prior effect) and the effect of the computation yet to take place (the future effect). Contextual effects are useful when the past or future computation of the program is relevant at various program points. We present two substantial examples. First, we show how prior and future effects can be used to enforce transactional version consistency(TVC), a novel correctness property for dynamic software updates. TV Censures that programmer-designated transactional code blocks appear to execute entirely at the same code version, even if a dynamic update occurs in the middle of the block. Second, we show how future effects can be used in the analysis of multi-threaded programs to find thread-shared locations. This is an essential step in applications such as data race detection.

URLhttp://doi.acm.org/10.1145/1328438.1328447
DOI10.1145/1328438.1328447