[Back]


Talks and Poster Presentations (with Proceedings-Entry):

R. Mittermayr, J. Blieberger:
"Timing Analysis of Concurrent Programs";
Talk: 12th International Workshop on Worst-Case Execution Time Analysis, Pisa, Italy; 2012-07-10; in: "Proc. 12th International Workshop on Worst-Case Execution Time Analysis", Schloss Dagstuhl - Leibniz-Zentrum für Informatik GmbH, Dagstuhl Publishing, Vol. 23, Saarbrücken/Wadern (2012), ISBN: 978-3-939897-41-5; 59 - 68.



English abstract:
Worst-case execution time analysis of multi-threaded software is still a challenge. This comes mainly from the fact that the number of thread interleavings grows exponentially in the number of threads and that synchronization has to be taken into account. In particular, a suitable graph based model has been missing. The idea that thread interleavings can be studied with a matrix calculus is a novel approach in this research area. Our sparse matrix representations of the program are manipulated using Kronecker algebra. The resulting graph represents the multi-threaded program and plays a similar role for concurrent systems as control flow graphs do for sequential programs. Thus a suitable graph model for timing analysis of multi-threaded software has been set up. Due to synchronization it turns out that often only very small parts of the resulting graph are actually needed, whereas the rest is unreachable. A lazy implementation of the matrix operations ensures that the unreachable parts are never calculated. This speeds up processing significantly and shows that our approach is very promising.

Keywords:
Worst-case execution time analysis (WCET), Concurrency, Thread Syn- chronization, Kronecker Algebra, Program Analysis


"Official" electronic version of the publication (accessed through its Digital Object Identifier - DOI)
http://dx.doi.org/10.4230/OASIcs.WCET.2012.59


Created from the Publication Database of the Vienna University of Technology.