Re: Worst case execution time problem
- From: Hans-Bernhard Bröker <HBBroeker@xxxxxxxxxxx>
- Date: Fri, 29 Dec 2006 20:06:01 +0100
Christian Christmann wrote:
in real-time systems the worst case execution time (WCET) is an important
issue. In the literature I found the statement that its calculation is
undecidable in general. Why?
Because _in_general_, it's even impossible to decide whether a given program will *ever* finish. This is known as the Halting Problem, and its impossibility was proven by Turing long before most of us were born.
If you have to be able to calculate WCET and be sure about the result, that requirement restricts the choice of programs you can write. I.e. it's a loss of generality.
.
- Follow-Ups:
- Re: Worst case execution time problem
- From: David T. Ashley
- Re: Worst case execution time problem
- References:
- Worst case execution time problem
- From: Christian Christmann
- Worst case execution time problem
- Prev by Date: Re: GUI for ATMEL AVR
- Next by Date: Re: Problems with Free RTOS
- Previous by thread: Worst case execution time problem
- Next by thread: Re: Worst case execution time problem
- Index(es):
Relevant Pages
|