You are required to read and agree to the below before accessing a full-text version of an article in the IDE article repository.

The full-text document you are about to access is subject to national and international copyright laws. In most cases (but not necessarily all) the consequence is that personal use is allowed given that the copyright owner is duly acknowledged and respected. All other use (typically) require an explicit permission (often in writing) by the copyright owner.

For the reports in this repository we specifically note that

  • the use of articles under IEEE copyright is governed by the IEEE copyright policy (available at http://www.ieee.org/web/publications/rights/copyrightpolicy.html)
  • the use of articles under ACM copyright is governed by the ACM copyright policy (available at http://www.acm.org/pubs/copyright_policy/)
  • technical reports and other articles issued by M‰lardalen University is free for personal use. For other use, the explicit consent of the authors is required
  • in other cases, please contact the copyright owner for detailed information

By accepting I agree to acknowledge and respect the rights of the copyright owner of the document I am about to access.

If you are in doubt, feel free to contact webmaster@ide.mdh.se

Worst-Case Execution Time Analysis of Parallel Systems

Fulltext:


Research group:


Publication Type:

Conference/Workshop Paper

Venue:

Real Time in Sweden 2011 (RTiS2011)

Publisher:

Dag Nyström and Thomas Nolte


Abstract

The problem of finding the Worst-Case Execution Time, WCET, of a program executed on a specific hardware architecture is a very challenging task. A lot of effort has been put into analysing sequential programs executing on single-core hardware. The result is a variety of different methods and tools.The author currently works on finding methods for static WCET analysis of parallel software. The emphasis of the work is put on analysing the impact of synchronisation between threads executing on a shared memory architecture. The analysis is done on the software level, so less focus is put on the effects of the actual hardware on which the parallel program executes.The analysis is based on a small parallel programming language incorporating some fundamental synchronisation primitives; locking and unlocking of shared resources. The programming language is formally defined, which allows the correctness of the analysis to be proven.

Bibtex

@inproceedings{Gustavsson2157,
author = {Andreas Gustavsson},
title = {Worst-Case Execution Time Analysis of Parallel Systems},
editor = {Dag Nystr{\"o}m and Thomas Nolte},
pages = {104--107},
month = {June},
year = {2011},
booktitle = {Real Time in Sweden 2011 (RTiS2011)},
publisher = {Dag Nystr{\"o}m and Thomas Nolte},
url = {http://www.es.mdu.se/publications/2157-}
}