Sciweavers

3708 search results - page 18 / 371
» Programming with C Exceptions
Sort
View
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...
163 views 113 votes 16 years 1 months ago  SIGSOFT 2008»
Exception handling is one of the popular means used for improving dependability and supporting recovery in the ServiceOriented Architecture (SOA). This practical experience paper ...
128 views 85 votes 15 years 6 months ago  SAC 2005»
Reflective programming is becoming popular due to the increasing set of dynamic services provided by execution environments like JVM and CLR. With custom attributes Microsoft int...
137 views 108 votes 15 years 5 months ago  LADS 2009»
—Open multiagent systems consist of autonomous agents that are built by different vendors. In principle, open multiagent systems cannot provide any guarantees about the behaviors...
107 views 97 votes 16 years 1 months ago  SIGSOFT 2008»
In this paper, we explore the problems associated with exception handling from a new dimension: the human. We designed a study that evaluates (1) different perspectives of softwar...
100 views 101 votes 15 years 2 months ago  ICWS 2008»
Programmable Logic Controllers (PLC) are widely used in process automation due to their fast and guarantee response time. However their programming and interfacing capacities are ...