scispace - formally typeset
R

Robert W. Scheifler

Researcher at Massachusetts Institute of Technology

Publications -  19
Citations -  2784

Robert W. Scheifler is an academic researcher from Massachusetts Institute of Technology. The author has contributed to research in topics: Virtual desktop & Core (optical fiber). The author has an hindex of 12, co-authored 19 publications receiving 2775 citations.

Papers
More filters
Journal ArticleDOI

An analysis of inline substitution for a structured programming language

TL;DR: Preliminary results for the CLU structured programming language indicate that, in programs with a low degree of recursion, over 90 percent of all procedure calls can be eliminated, with little increase in the size of compiled code and a small savings in execution time.
Proceedings ArticleDOI

Guardians and actions: linguistic support for robust, distributed programs

TL;DR: An integrated programming language and system designed to support the construction and maintenance of distributed programs: programs in which modules reside and execute at communicating, but geographically distinct, nodes is presented.
Book

Guardians and actions: linguistic support for robust, distributed programs

TL;DR: The language addresses the writing of robust programs that survive hardware failures without loss of distributed information and that provide highly concurrent access to that information while preserving its consistency.
Journal ArticleDOI

Reliable object storage to support atomic actions

TL;DR: In this article, the authors present a new organization of stable storage called the hybrid log that provides fast writing of information to stable storage and reasonably fast recovery of information from stable storage.
Proceedings ArticleDOI

Aspects Of Implementing CLU

TL;DR: Linguistic mechanisms used in CLU to support 1) structured exception handling, 2) iteration over abstract objects, and 3) parameterized abstractions are briefly reviewed, and methods of realizing these mechanisms are described.