Sciweavers

3708 search results - page 4 / 371
» Programming with C Exceptions
Sort
View
155 views 90 votes 15 years 11 days ago  SIGPLAN 1998»
A high performance implementation of C++ exception handling is crucial, because exception handling overhead is distributed across all code. The commonly-used table-driven approach...
132 views 90 votes 15 years 5 months ago  PPDP 1999»
For a compiler writer, generating good machine code for a variety of platforms is hard work. One might try to reuse a retargetable code generator, but code generators are complex a...
114 views 98 votes 15 years 5 months ago  SCAM 2002»
In this paper, we first present a static analysis based on set-based framework, which estimates exception propagation paths of Java programs. We construct an exception propagatio...
99 views 131 votes 15 years 1 months ago  AIPS 2009»
In this paper we extend dynamic controllability of temporally-flexible plans to temporally-flexible reactive programs. We consider three reactive programming language constructs w...
114 views 116 votes 15 years 4 months ago  APLAS 2001»
Exception analyses so far cannot provide information on the propagation of thrown exceptions, which is necessary to construct interprocedural control flow graph, visualize exceptio...
138 views 119 votes 16 years 24 days ago  ICSE 2007»
Although it is common in large Java programs to rethrow exceptions, existing exception-flow analyses find only single exceptionflow links, thus are unable to identify multiple-lin...
75 views 122 votes 15 years 4 months ago  OOPSLA 1990»
The paper presents a discussion and a specification of an exception handling system dedicated to object-oriented programming. We show how a full object-oriented representation of ...
226 views 108 votes 15 years 6 months ago  RISE 2004»
Exception mechanism is important for the development of robust programs to make sure that exceptions are handled appropriately at run-time. In this paper, we develop a dynamic exce...
105 views 95 votes 15 years 7 months ago  ICSE 2009»
Programming languages such as Java and C++ provide exception-handling constructs to handle exception conditions. Applications are expected to handle these exception conditions and...
302 views 143 votes 15 years 3 months ago  PLDI 2010»
The most intuitive memory model for shared-memory multithreaded programming is sequential consistency (SC), but it disallows the use of many compiler and hardware optimizations th...