Sciweavers

PLDI
1990
ACM
13 years 8 months ago
How to Print Floating-Point Numbers Accurately
Guy L. Steele Jr., Jon L. White
PLDI
1990
ACM
13 years 8 months ago
Representing Control in the Presence of First-Class Continuations
Languages such as Scheme and Smalltalk that provide continuations as first-class data objects present a challenge to efficient implementation. Allocating activation records in a h...
Robert Hieb, R. Kent Dybvig, Carl Bruggeman
PLDI
1990
ACM
13 years 8 months ago
A Fresh Look at Optimizing Array Bound Checking
- This paper describes techniques for optimizing range checks performed to detect array bound violations. In addition to the elimination of range check:s, the optimizations discuss...
Rajiv Gupta
PLDI
1990
ACM
13 years 8 months ago
Task Granularity Analysis in Logic Programs
While logic programming languages offer a great deal of scope for parallelism, there is usually some overhead associated with the execution of goals in parallel because of the wor...
Saumya K. Debray, Nai-Wei Lin, Manuel V. Hermenegi...
PLDI
1990
ACM
13 years 8 months ago
How to Read Floating-Point Numbers Accurately
Converting decimal scientific notation into binary floating point is nontrivial, but this conversion can be performed with the best possible accuracy without sacrificing efficienc...
William D. Clinger
PLDI
1990
ACM
13 years 8 months ago
Improving Register Allocation for Subscripted Variables
David Callahan, Steve Carr, Ken Kennedy
PLDI
1990
ACM
13 years 8 months ago
Dynamic Program Slicing
Hiralal Agrawal, Joseph Robert Horgan