English

Compiler Optimization: A Case for the Transformation Tool Contest

Programming Languages 2011-11-22 v1

Abstract

An optimizing compiler consists of a front end parsing a textual programming language into an intermediate representation (IR), a middle end performing optimizations on the IR, and a back end lowering the IR to a target representation (TR) built of operations supported by the target hardware. In modern compiler construction graph-based IRs are employed. Optimization and lowering tasks can then be implemented with graph transformation rules. This case provides two compiler tasks to evaluate the participating tools regarding performance.

Keywords

Cite

@article{arxiv.1111.4737,
  title  = {Compiler Optimization: A Case for the Transformation Tool Contest},
  author = {Sebastian Buchwald and Edgar Jakumeit},
  journal= {arXiv preprint arXiv:1111.4737},
  year   = {2011}
}

Comments

In Proceedings TTC 2011, arXiv:1111.4407

R2 v1 2026-06-21T19:38:54.098Z