Abstract
Divide-and-conquer approaches to worst-case execution-time analysis (WCET analysis) pose a safety risk when applied to code for complex modern processors: Interferences between the hardware acceleration mechanisms of these processors lead to timing anomalies, i.e., a local timing change causes an either larger or inverse change of the global timing. This phenomenon may result in dangerous WCET underestimation. This paper presents intermediate results of our work on strategies for eliminating timing anomalies. These strategies are purely based on the modification of software, i.e., they do not require any changes to hardware. In an effort to eliminate the timing anomalies originating from the processor's out-of-order instruction pipeline, we explored different methods of inserting instructions in the program code that render the dynamic instruction scheduler inoperative. We explain how the proposed strategies remove the timing anomalies caused by the pipeline. In the absence of working solutions for timing analysis for these complex processors, we chose portable metrics from compiler construction to assess the properties of our algorithms.
Original language | English |
---|---|
Title of host publication | In : Proceedings of the 13th IEEE International Symposium on Object-oriented Real-time distributed Computing (ISORC'10) |
Publisher | Institute of Electrical and Electronics Engineers (IEEE) |
Pages | 123-132 |
Number of pages | 10 |
ISBN (Print) | 978-1-4244-7083-9 |
DOIs | |
Publication status | Published - 2010 |
Keywords
- timing anomalies
- worst case execution time
- worst case execution time (WCET) analysis
- hard real time
- code transformations
- compliers