Abstract
Performing worst-case execution time (WCET) analysis on machine code with program path annotation provided at high-level source code level requires the transformation of path annotations from the source-code level to assembly/object-code level. This path-information transformation can be done outside or integrated into the compiler during code compilation. The first approach is easier to implement but lacks for the support of strong code optimizations performed by the compiler because the external tool would have to make guesses about optimizations. In this paper we present an approach for the program code compilation that integrates the transformation of program path information into the compiler. Path information is transformed through all compiler stages to the adequate path information for the corresponding assembly code level. The WCET analysis tool processes the program at assembly code level with the correctly transformed program-path information to obtain accurate runtime bounds. Several experiments were performed to demonstrate the importance of supporting the transformation of path-information in aggressively optimizing compilers.
Original language | English |
---|---|
Title of host publication | In: Procs of 13th Euromicro Conference on Real-Time Systems |
Publisher | Institute of Electrical and Electronics Engineers (IEEE) |
Pages | 29-36 |
Number of pages | 8 |
ISBN (Print) | 0-7695-1221-6 |
DOIs | |
Publication status | Published - 2001 |
Event | 13th Euromicro Conference on Real-Time Systems - DELFT Duration: 13 Jun 2001 → 15 Jun 2001 |
Conference
Conference | 13th Euromicro Conference on Real-Time Systems |
---|---|
City | DELFT |
Period | 13/06/01 → 15/06/01 |
Keywords
- EXECUTION TIME ANALYSIS
- SYSTEMS