Sciweavers

3708 search results - page 34 / 371
» Programming with C Exceptions
Sort
View
122 views 79 votes 16 years 1 months ago  CADE 2007»
Abstract. We present KeY-C, a tool for deductive verification of C programs. KeY-C allows to prove partial correctness of C programs relative to pre- and postconditions. It is base...
131 views 104 votes 15 years 6 months ago  WORDS 2005»
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 ...
123 views 104 votes 15 years 5 months ago  ISORC 2002»
Monitoring is a widely-used technique to check assumptions about the real-time behavior of a system, debug the code, or enforce the system to react if certain deadlines are passed...
114 views 108 votes 15 years 7 months ago  EUROPAR 2007»
We describe an approach to automatic parallelisation of programs written in Sieve C++ (Codeplay’s C++ extension), using the Sieve compiler and runtime system. In Sieve C++, the p...
107 views 104 votes 15 years 2 months ago  ASPLOS 2008»
The C programming language is at least as well known for its absence of spatial memory safety guarantees (i.e., lack of bounds checking) as it is for its high performance. C'...
205 views 182 votes 14 years 10 months ago  IFM 2010»
Handling changes to programs and specifications efficiently is a particular challenge in formal software verification. Change impact analysis is an approach to this challenge where...
94 views 99 votes 15 years 6 months ago  SAMOS 2004»
The SystemC language plays an increasingly important role in the system-level design domain, facilitating designers to start with modeling and simulating system components and thei...
111 views 103 votes 15 years 4 months ago  APSEC 2004»
In embedded software development, the programming language C and inline assembly code are traditionally widely used. However, tools for C program-understanding, e.g., cross-refere...
113 views 122 votes 15 years 5 months ago  ESOP 1999»
Safety of interoperation of program fragments written in different safe languages may fail when the languages have different systems of computational effects: an exception raised b...
124 views 118 votes 15 years 6 months ago  ICCD 2005»
— With the success of formal verification techniques like equivalence checking and model checking for hardware designs, there has been growing interest in applying such techniqu...