Sciweavers

1559 search results - page 1 / 312
» The Semantics of Future and Its Use in Program Optimizations
Sort
View
88
Voted
POPL
1995
ACM
15 years 1 months ago
The Semantics of Future and Its Use in Program Optimizations
Cormac Flanagan, Matthias Felleisen
FMCO
2008
Springer
143views Formal Methods» more  FMCO 2008»
14 years 11 months ago
An Asynchronous Distributed Component Model and Its Semantics
This paper is placed in the context of large scale distributed programming, providing a programming model based on asynchronous components. It focuses on the semantics of asynchron...
Ludovic Henrio, Florian Kammüller, Marcela Ri...
CC
2010
Springer
118views System Software» more  CC 2010»
14 years 8 months ago
Unrestricted Code Motion: A Program Representation and Transformation Algorithms Based on Future Values
Abstract. We introduce the concept of future values. Using future values it is possible to represent programs in a new control-flow form such that on any control flow path the data...
Shuhan Ding, Soner Önder
85
Voted
FROCOS
2005
Springer
15 years 3 months ago
A Concurrent Lambda Calculus with Futures
Reasoning about the correctness of program transformations requires a notion of program equivalence. We present an observational semantics for the concurrent lambda calculus with f...
Joachim Niehren, Jan Schwinghammer, Gert Smolka
87
Voted
PSLS
1995
15 years 1 months ago
Lazy Remote Procedure Call and its Implementation in a Parallel Variant of C
Abstract. Lazy task creation (LTC) is an e cient approach for executing divide and conquer parallel programs that has been used in the implementation of Multilisp's future con...
Marc Feeley