Sciweavers

3708 search results - page 33 / 371
» Programming with C Exceptions
Sort
View
110 views 74 votes 15 years 2 months ago  USENIX 1994»
Concert/C is a new language for distributed C programming that extends ANSI C to support distribution and process dynamics. Concert/C provides the ability to create and terminate ...
154 views 130 votes 15 years 5 months ago  ICFP 2000»
This paper describes FC++: a rich library supporting functional programming in C++. Prior approaches to encoding higher order functions in C++ have suffered with respect to polymo...
131 views 100 votes 15 years 19 days ago  CC 2002»
Abstract. This paper describes the C Intermediate Language: a highlevel representation along with a set of tools that permit easy analysis and source-to-source transformation of C ...
123 views 92 votes 15 years 6 months ago  GPCE 2005»
Abstract. This paper presents FeatureC++, a novel language extension to C++ that supports Feature-Oriented Programming (FOP) and Aspect-Oriented Programming (AOP). Besides well-kno...
64 views 68 votes 15 years 1 months ago  C++ 1990»
Programming in a distributed system is fraught with potential difficulties caused, in part, by the physical distribution of the system itself. By making the distribution of the sy...
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'...