Sciweavers

PEPM
2000
ACM
15 years 29 days ago
Symbolic Pointer Analysis for Detecting Memory Leaks
Bernhard Scholz, Johann Blieberger, Thomas Fahring...
PEPM
2000
ACM
15 years 29 days ago
From Recursion to Iteration: What are the Optimizations?
Transforming recursion into iteration eliminates the use of stack frames during program execution. It has been studied extensively. This paper describes a powerful and systematic ...
Yanhong A. Liu, Scott D. Stoller
67
Voted
PEPM
2000
ACM
15 years 29 days ago
Type-Based Useless Variable Elimination
Naoki Kobayashi
83
Voted
PEPM
2000
ACM
15 years 29 days ago
Calculating Sized Types
Many program optimisations and analyses, such as arraybound checking, termination analysis, etc, dependon knowing the size of a function's input and output. However, size inf...
Wei-Ngan Chin, Siau-Cheng Khoo