Sciweavers

3708 search results - page 328 / 371
» Programming with C Exceptions
Sort
View
141 views 108 votes 15 years 5 months ago  COMPSAC 1998»
Abstract. For object-oriented programming, the Visitor pattern enables the definition of a new operation on an object structure without changing the classes of the objects. The pri...
84 views 112 votes 15 years 4 months ago  EMSOFT 2006»
We designed and implemented a new programming language called Hierarchical Timing Language (HTL) for hard realtime systems. Critical timing constraints are specified within the la...
94 views 94 votes 15 years 2 months ago  CAINE 2004»
- Automated tools for error prevention and error detection exist for many high-level languages, but have been nonexistent for assembly-language programs, embedded programs in parti...
173 views 105 votes 15 years 28 days ago  CORR 2010»
c Modular Abstractions for Template Numerical Constraints David Monniaux May 26, 2010 We propose a method for automatically generating abstract transformstatic analysis by abstrac...
284 views 117 votes 13 years 8 months ago  PPOPP 2012»
In program debugging, reproducibility of bugs is a key requirement. Unfortunately, bugs in concurrent programs are notoriously difficult to reproduce because bugs due to concurre...
235 views 94 votes 13 years 3 months ago  PLDI 2012»
We describe an approach for synthesizing data representations for concurrent programs. Our compiler takes as input a program written using concurrent relations and synthesizes a r...
235 views 94 votes 13 years 3 months ago  PLDI 2012»
We propose a new language-based approach to mitigating timing channels. In this language, well-typed programs provably leak only a bounded amount of information over time through ...
151 views 203 votes 16 years 1 months ago  POPL 2004»
We present a polynomial time randomized algorithm for global value numbering. Our algorithm is complete when conditionals are treated as non-deterministic and all operators are tr...
206 views 96 votes 15 years 7 months ago  LCTRTS 2010»
We describe the extension of a reactive programming language with a behavioral contract construct. It is dedicated to the programming of reactive control of applications in embedd...
110 views 99 votes 15 years 6 months ago  APLAS 2005»
This paper presents a novel method to construct a dynamic single assignment (DSA) form of array-intensive, pointer-free C programs (or in any other procedural language). A program ...