Sciweavers

3708 search results - page 1 / 371
» Programming with C Exceptions
Sort
View
154 views 164 votes 15 years 4 months ago  ECOOPWEXCEPTION 2006»
Abstract. Exception handling is a well-established mechanism in sequential programming. Concurrency and asynchronous calls introduce the possibility for multiple simultaneous excep...
71 views 83 votes 15 years 5 months ago  TOOLS 1999»
156 views 129 votes 15 years 24 days ago  CL 2008»
One of the most promising approaches to Java acceleration in embedded systems is a bytecode-to-C ahead-of-time compiler (AOTC). It improves the performance of a Java virtual machi...
81 views 70 votes 15 years 18 days ago  TOPLAS 2008»
91 views 113 votes 15 years 5 months ago  SIGSOFT 2000»
Exception handling mechanisms are intended to help developers build robust systems. Although an exception handling mechanism provides a basis for structuring source code dealing w...
117 views 108 votes 15 years 5 months ago  ICSM 1998»
Analysis techniques, such as control-flow, data-flow, and control-dependence, are used for a variety of maintenance tasks, including regression testing, dynamic execution profilin...
130 views 99 votes 15 years 7 months ago  CCS 2009»
Software flaws in native methods may defeat Java’s guarantees of safety and security. One common kind of flaws in native methods results from the discrepancy on how exceptions...
113 views 91 votes 15 years 5 months ago  ECOOPWEXCEPTION 2000»
84 views 111 votes 15 years 5 months ago  ECOOPWEXCEPTION 2000»
Abstract. This paper describes a scheme of manipulating (partial) continuations in imperative languages such as Java and C++ in a portable manner, where the portability means that ...
123 views 110 votes 15 years 4 months ago  HOPL 2007»
This paper outlines the history of the C++ programming language from the early days of its ISO standardization (1991), through the 1998 ISO standard, to the later stages of the C+...