<div class="csl-bib-body">
<div class="csl-entry">Maroun, E. J., Schoeberl, M., & Puschner, P. (2023). Constant-Loop Dominators for Single-Path Code Optimization. In P. Wägemann (Ed.), <i>21th International Workshop on Worst-Case Execution Time Analysis (WCET 2023)</i> (pp. 1–13). Schloss-Dagstuhl - Leibniz Zentrum für Informatik. https://doi.org/10.4230/OASIcs.WCET.2023.7</div>
</div>
-
dc.identifier.uri
http://hdl.handle.net/20.500.12708/190259
-
dc.description.abstract
Single-path code is a code generation technique specifically designed for real-time systems. It guarantees that programs execute the same instruction sequence regardless of runtime conditions. Single-path code uses loop bounds to ensure all loops iterate a fixed number of times equal to their upper loop bound. When the lower and upper bounds are equal, the loop must iterate the same number of times, which we call a constant loop. In this paper, we present the constant-loop dominance relation on control-flow graphs. It is a variation of the traditional dominance relation that considers constant loops to find basic blocks that are always executed the same number of times. Using this relation, we present an optimization that reduces the code needed to manage single-path code. Our evaluation shows significant performance improvements, with one example of up to 90%, with mostly minor effects on code size.
en
dc.language.iso
en
-
dc.relation.ispartofseries
Open Access Series in Informatics (OASIcs)
-
dc.rights.uri
http://creativecommons.org/licenses/by/4.0/
-
dc.subject
algorithms
en
dc.subject
control-flow graph
en
dc.subject
dominators
en
dc.subject
optimization
en
dc.subject
Single-path
en
dc.title
Constant-Loop Dominators for Single-Path Code Optimization