DIPARTIMENTO   DI   INFORMATICA
Università di Torino

THE GROUP'S LOGO
Research on "Formal Methods in Computing"

Refinement Types for Program Analysis

Mario COPPO , Ferruccio DAMIANI and Paola GIANNINI

ABSTRACT. In this paper we introduce a system for the detection and elimination of dead code in typed functional programs. The main application of this method is the optimization of programs extracted from proofs in logical frameworks but it could be used as well in the elimination of dead code determined by program specialization. Our algorithm is based on a type inference system suitable for reasoning about dead code information. This system relays on "refinement" types which allow to exploit the type structure of the language for the investigation of program properties. The detection of dead code is obtained via type inference, which can be performed in an efficient and complete way, by reducing it to the solution of a system of inequalities between type variables. A key feature of our method is that program analysis can be performed in a strictly incremental way. Even though the language considered in the paper is a simply typed lambda-calculus we can generalize our approach to polymorphic languages like ML. Although focused on dead code elimination our type inference method can also be applied to the investigation of other program properties like binding time and strictness. Some hints on these applications are given.

BIBTEX.

@conference{Coppo-Damiani-Giannini:SAS-96,
   author    = {M. Coppo and F. Damiani and P. Giannini},
   title     = {Refinement Types for Program Analysis},
   booktitle = {SAS'96},
   year      = {1996},
   publisher = {Springer},
   pages     = {143-158},
   series    = {LNCS 1145}
}


["Formal Methods in Computing" group] [Department's HOME]

Last update: Mar 16, 2000