Sciweavers

PSLS
1995

Lazy Remote Procedure Call and its Implementation in a Parallel Variant of C

13 years 7 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 construct. Unfortunately it requires a specialized memory management scheme, in particular for stack frames, which makes it hard to use in the context of conventional languages. We have designed a variant of LTC which has a stack management discipline that is compatible with the semantics of conventional languages. This mechanism, which we call lazy remote procedure call, has been used to implement a parallel variant of C. A rst prototype of our system has been ported to shared-memory multiprocessors and network of workstations. Experimental results on a Cray T3D multiprocessor show that good performance can be achieved on several symbolic programs.
Marc Feeley
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where PSLS
Authors Marc Feeley
Comments (0)