Sciweavers

3708 search results - page 17 / 371
» Programming with C Exceptions
Sort
View
144 views 97 votes 15 years 4 months ago  FIDJI 2004»
Our paper aims at proposing a framework that allows programmers to exploit the benefits of exception handling throughout the entire development Java programs by modeling exception ...
113 views 106 votes 15 years 6 months ago  SCAM 2006»
Programmers often want to transform the source or binary representations of their programs (e.g., to optimize, add dynamic safety checks, or add profile gathering code). Unfortun...
92 views 86 votes 16 years 1 months ago  SIGSOFT 2008»
Exception handling and replication are two mechanisms that increase software reliability. Exception handling helps programmers control situations in which the normal flow of a pro...
74 views 119 votes 15 years 7 months ago  ICONS 2008»
Missing or faulty exception handling has caused a number of spectacular system failures and is a major cause of software failures in extensively tested critical systems. Prior wor...
103 views 98 votes 15 years 6 months ago  HASKELL 2006»
In this paper we address the lack of extensibility of the exception type in Haskell. We propose a lightweight solution involving the use of existential types and the Typeable clas...
91 views 92 votes 15 years 24 days ago  FUIN 2008»
Abstract. Besides the features of a class-based object-oriented language, Java integrates concurrency via its thread-classes, allowing for a multithreaded flow of control. Besides ...
88 views 114 votes 15 years 4 months ago  EUROPAR 2004»
Abstract. Modern microprocessors have sacrificed the exactness of exceptions for improved performance long ago. This is a side effect of reordering instructions so that the micropr...
100 views 92 votes 15 years 5 months ago  CC 2000»
JESP is a tool for statically examining the usage of user thrown exceptions in Java source code. Reported here are the first findings over a dataset of 31 publicly available Java...
129 views 116 votes 14 years 11 months ago  FGCS 2010»
Bulk Synchronous Parallel ML is a high-level language for programming parallel algorithms. Built upon OCaml and using the BSP model, it provides a safe setting for their implementa...
112 views 114 votes 15 years 7 months ago  ISSTA 2009»
Exception analysis and points-to analysis are typically done in complete separation. Past algorithms for precise exception analysis (e.g., pairing throw clauses with catch stateme...