Nothing Special   »   [go: up one dir, main page]

Information and Media Technologies
Online ISSN : 1881-0896
ISSN-L : 1881-0896
Computing
A Type System for Optimization Verifying Compilers
Yutaka MatsunoHiroyuki Sato
Author information
JOURNAL FREE ACCESS

2006 Volume 1 Issue 2 Pages 695-711

Details
Abstract

This paper presents a type theoretical framework for the verification of compiler optimizations. Although today's compiler optimizations are fairly advanced, there is still not an appropriate theoretical framework for the verification of compiler optimizations. To establish a generalized theoretical framework, we introduce assignment types for variables that represent how the value of variables will be calculated in a program. In this paper, first we introduce our type system. Second we prove soundness of our type system. This implies that the given two programs are equivalent if their return values are equal in types. Soundness ensures that many structure preserving optimizations preserve program semantics. Furthermore, by extending the notion of type equality to order relations, we redefine several optimizations and prove that they also preserve program semantics.

Content from these authors
© 2006 by Japan Society for Software Science and Technology
Previous article Next article
feedback
Top