On the Inference of Resource Usage Upper and Lower Bounds
Cost analysis aims at determining the amount of resources required to run a program in terms of its input data sizes. The most challenging step is to infer the cost of executing the loops in the program. This requires bounding the number of iterations of each loop and finding tight bounds for the co...
Gespeichert in:
Veröffentlicht in: | ACM transactions on computational logic 2013-08, Vol.14 (3), p.1-35 |
---|---|
Hauptverfasser: | , , |
Format: | Artikel |
Sprache: | eng |
Schlagworte: | |
Online-Zugang: | Volltext |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
Zusammenfassung: | Cost analysis
aims at determining the amount of resources required to run a program in terms of its input data sizes. The most challenging step is to infer the cost of executing the
loops
in the program. This requires bounding the number of iterations of each loop and finding tight bounds for the cost of each of its iterations. This article presents a novel approach to infer
upper
and
lower
bounds from
cost relations
. These relations are an extended form of standard
recurrence equations
that can be nondeterministic, contain inexact size constraints and have multiple arguments that increase and/or decrease. We propose novel techniques to automatically transform cost relations into
worst-case
and
best-case
deterministic one-argument recurrence relations. The solution of each recursive relation provides a precise upper-bound and lower-bound for executing a corresponding loop in the program. Importantly, since the approach is developed at the level of the cost equations, our techniques are programming language independent. |
---|---|
ISSN: | 1529-3785 1557-945X 1557-945X |
DOI: | 10.1145/2499937.2499943 |