Sciweavers

POPL
1992
ACM
13 years 12 months ago
Semantic Foundations of Jade
Jade is a language designed to support coarse-grain parallelism on both shared and distributed addressspace machines. Jade is data-oriented: a Jade programmer simply augments a se...
Martin C. Rinard, Monica S. Lam
POPL
1992
ACM
13 years 12 months ago
A Compilation Method for ML-Style Polymorphic Record Calculi
Polymorphic record calculi have recently attracted much attention as a typed foundation for objectoriented programming. This is based on the fact that a function that selects a fi...
Atsushi Ohori
POPL
1992
ACM
13 years 12 months ago
Unboxed Objects and Polymorphic Typing
This paper presents a program transformation that allows languages with polymorphic typing (e.g. ML) to be implemented with unboxed, multi-word data representations, more efficien...
Xavier Leroy
POPL
1992
ACM
13 years 12 months ago
Abstract Semantics for a Higher-Order Functional Language with Logic Variables
Semantics for a Higher-Order Functional Language with Logic Variables Radha Jagadeesan Imperial College, London, UK SW7 2BZ. Keshav Pingali Cornell University, Ithaca, NY 14853. A...
Radha Jagadeesan, Keshav Pingali
POPL
1992
ACM
13 years 12 months ago
Model Checking and Abstraction
Edmund M. Clarke, Orna Grumberg, David E. Long
POPL
1992
ACM
13 years 12 months ago
Optimally Profiling and Tracing Programs
Thomas Ball, James R. Larus
PLDI
1992
ACM
13 years 12 months ago
Escape Analysis on Lists
Young Gil Park, Benjamin Goldberg
PLDI
1992
ACM
13 years 12 months ago
Debugging Optimized Code with Dynamic Deoptimization
: SELF's debugging system provides complete source-level debugging (expected behavior) with globally optimized code. It shields the debugger from optimizations performed by th...
Urs Hölzle, Craig Chambers, David Ungar