@book{8982c661de6f4424b439b4526dac4709,
title = "Code Generation based on formal BURS theory and heuristic search",
abstract = "BURS theory provides a powerful mechanism to efficiently generate pattern matches in a given expression tree. BURS, which stands for bottom-up rewrite system, is based on term rewrite systems, to which costs are added. We formalise the underlying theory, and derive an algorithm that computes all pattern matches. This algorithm terminates if the term rewrite system is finite. We couple this algorithm with the well-known search algorithm A ∗ that carries out pattern selection. The search algorithm is directed by a cost heuristic that estimates the minimum cost of code that has yet to be generated. The advantage of using a search algorithm is that we need to compute only those costs that may be part of an optimal rewrite sequence (and not the costs of all possible rewrite sequences as in dynamic programming). A system that implements the algorithms presented in this work has been built.",
keywords = "Compiler generators, Code generation, Term rewrite systems, Search algorithms, Formal techniques",
author = "Albert Nymeyer and Katoen, {Joost P.}",
year = "1995",
language = "English",
series = "Memoranda Informatica",
publisher = "University of Twente",
number = "95-42",
address = "Netherlands",
}