International audienceWorst-case execution time (WCET) estimation tools are complex pieces of software performing tasks such as computation on control flow graphs (CFGs) and bound calculation. In this paper, we present a formal verification (in Coq) of a loop bound estimation. It relies on program slicing and bound calculation. The work has been integrated into the CompCert verified C compiler. Our verified analyses directly operate on non-structured CFGs. We extend the CompCert RTL intermediate language with a notion of loop nesting (a.k.a. weak topological ordering on CFGs) that is useful for reasoning on CFGs. The automatic extraction of our loop bound estimation into OCaml yields a program with competitive results, obtained from experim...
Knowing the boundaries of loops is an important prerequisite for both, static and dynamic Worst Case...
International audienceThe worst case execution time (WCET) analysis allows to determine an upper bou...
Parametric worst-case execution time (WCET) formulas are a valuable tool to estimate the impact of i...
International audienceWorst-case execution time (WCET) estimation tools are complex pieces of softwa...
Abstract. Worst-case execution time (WCET) estimation tools are complex pieces of software performin...
Static Worst-Case Execution Time (WCET) ana-lysis is a technique to derive upper bounds for the ex-e...
Static Worst-Case Execution Time (WCET) analysis is a technique to derive upper bounds for the execu...
To calculate the WCET of a program, safe upper bounds on the number of loop iterations for all loops...
International audienceIn this paper, we propose a static worst- case execution time (WCET) analysis ...
The application of formal methods in the development of safety-critical embedded software is recomme...
Standard static WCET analysis methods today are based on the IPET technique, where WCET estimation i...
In order to reduce overestimations of worst-case execution time (WCET), in this article, we firstly ...
Static Worst-Case Execution Time (WCET) analysis is a technique to derive upper bounds for the execu...
Safety-critical systems - such as electronic flight control systems and nuclear reactor controls - m...
International audienceCompiler optimizations, although reducing the execution times of programs, rai...
Knowing the boundaries of loops is an important prerequisite for both, static and dynamic Worst Case...
International audienceThe worst case execution time (WCET) analysis allows to determine an upper bou...
Parametric worst-case execution time (WCET) formulas are a valuable tool to estimate the impact of i...
International audienceWorst-case execution time (WCET) estimation tools are complex pieces of softwa...
Abstract. Worst-case execution time (WCET) estimation tools are complex pieces of software performin...
Static Worst-Case Execution Time (WCET) ana-lysis is a technique to derive upper bounds for the ex-e...
Static Worst-Case Execution Time (WCET) analysis is a technique to derive upper bounds for the execu...
To calculate the WCET of a program, safe upper bounds on the number of loop iterations for all loops...
International audienceIn this paper, we propose a static worst- case execution time (WCET) analysis ...
The application of formal methods in the development of safety-critical embedded software is recomme...
Standard static WCET analysis methods today are based on the IPET technique, where WCET estimation i...
In order to reduce overestimations of worst-case execution time (WCET), in this article, we firstly ...
Static Worst-Case Execution Time (WCET) analysis is a technique to derive upper bounds for the execu...
Safety-critical systems - such as electronic flight control systems and nuclear reactor controls - m...
International audienceCompiler optimizations, although reducing the execution times of programs, rai...
Knowing the boundaries of loops is an important prerequisite for both, static and dynamic Worst Case...
International audienceThe worst case execution time (WCET) analysis allows to determine an upper bou...
Parametric worst-case execution time (WCET) formulas are a valuable tool to estimate the impact of i...