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
Towards a Flow Analysis for Embedded System C Programs
Publication Type:
Conference/Workshop Paper
Venue:
The 10th IEEE International Workshop on Object-oriented Real-time Dependable Systems (WORDS05)
Abstract
Reliable program Worst-Case Execution Time (WCET) estimates are
a key component when designing and verifying real-time systems. One
way to derive such estimates is by static WCET analysis
methods, relying on mathematical models of the
software and hardware involved. This paper describes an approach to
static flow analysis for deriving information on the possible execution
paths of C programs. This includes upper bounds for loops, execution
dependencies between different code parts and safe determination of
possible pointer values. The method builds upon abstract interpretation,
a classical program analysis technique, which is adopted
to calculate flow information and to handle the specific properties of the
C programming language.
Bibtex
@inproceedings{Gustafsson816,
author = {Jan Gustafsson and Andreas Ermedahl and Bj{\"o}rn Lisper},
title = {Towards a Flow Analysis for Embedded System C Programs},
month = {February},
year = {2005},
booktitle = {The 10th IEEE International Workshop on Object-oriented Real-time Dependable Systems (WORDS05)},
url = {http://www.es.mdu.se/publications/816-}
}