Sciweavers

3708 search results - page 5 / 371
» Programming with C Exceptions
Sort
View
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...
160 views 117 votes 15 years 4 months ago  ESAW 2006»
The research on exception handling in Multi-Agent Systems has produced some advanced models to deal with `exceptional situations'. The expression `agent exception' is how...
108 views 111 votes 15 years 2 months ago  ECLIPSE 2005»
Java provides a program-level exception handling mechanism in response to error conditions (that are translated into exceptions by Java VM). However, exception handling code is of...
69 views 93 votes 15 years 5 months ago  ECOOPW 1998»
: This paper describes the development of a model for the reflective treatment of both application and environmentally sourced exceptions. We show how a variety of exception models...
109 views 94 votes 15 years 5 months ago  HIPS 1998»
151 views 93 votes 15 years 5 months ago  LCPC 1999»
One of the challenges present to a Java compiler is Java’s frequent use of runtime exceptions. These exceptions affect performance directly by requiring explicit checks, as wel...