On the correctness of a branch displacement algorithm
Logic in Computer Science
2012-09-27 v1 Software Engineering
Abstract
The branch displacement problem is a well-known problem in assembler design. It revolves around the feature, present in several processor families, of having different instructions, of different sizes, for jumps of different displacements. The problem, which is provably NP-hard, is then to select the instructions such that one ends up with the smallest possible program. During our research with the CerCo project on formally verifying a C compiler, we have implemented and proven correct an algorithm for this problem. In this paper, we discuss the problem, possible solutions, our specific solutions and the proofs.
Cite
@article{arxiv.1209.5920,
title = {On the correctness of a branch displacement algorithm},
author = {Jaap Boender and Claudio Sacerdoti Coen},
journal= {arXiv preprint arXiv:1209.5920},
year = {2012}
}